Skip to content

Commit

Permalink
updated readme with info on adding new background images
Browse files Browse the repository at this point in the history
  • Loading branch information
ankush-me committed Apr 28, 2017
1 parent ff99ac2 commit b560d23
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#SynthText
# SynthText
Code for generating synthetic text images as described in ["Synthetic Data for Text Localisation in Natural Images", Ankush Gupta, Andrea Vedaldi, Andrew Zisserman, CVPR 2016](http://www.robots.ox.ac.uk/~vgg/data/scenetext/).


**Synthetic Scene-Text Image Samples**
** Synthetic Scene-Text Image Samples**
![Synthetic Scene-Text Samples](samples.png "Synthetic Samples")

The library is written in Python. The main dependencies are:
Expand All @@ -11,7 +11,7 @@ The library is written in Python. The main dependencies are:
pygame, opencv (cv2), PIL (Image), numpy, matplotlib, h5py, scipy
```

###Generating samples
### Generating samples

```
python gen.py --viz
Expand Down

0 comments on commit b560d23

Please sign in to comment.