PaddleOCR/benchmark/PaddleOCR_DBNet/test
zhoujun 68099c2d5b
add db for benchmark (#8959)
* Add custom detection and recognition model usage instructions in re

* update

* Add custom detection and recognition model usage instructions in re

* add db net for benchmark

* rename benckmark to PaddleOCR_benchmark

* add addict to req

* rename
2023-02-08 15:52:30 +08:00
..
README.MD add db for benchmark (#8959) 2023-02-08 15:52:30 +08:00

README.MD

Place the images that you want to detect here. You better named them as such: img_10.jpg img_11.jpg img_{img_id}.jpg

For predicting single images, you can change the img_path in the /tools/predict.py to your image number.

The result will be saved in the output_folder(default is test/output) you give in predict.sh