- pytorch 1.1
- torchvision 0.3
- pyclipper
- opencv3
prepare a text in the following format, use '\t' as a separator
/path/to/img.jpg path/to/label.txt
...
- config the
train_data_path
,val_data_path
in config.json - use following script to run
python3 train.py
TBD
TBD
The project is still under development.
Method | Precision (%) | Recall (%) | F-measure (%) | FPS(1080Ti) |
---|---|---|---|---|
paper(640*640) | 84.0 | 81.9 | 82.9 | 26.1 |
my implementation | TBD | TBD | TBD | TBD |
TBD
TBD