19 lines
816 B
Bash
19 lines
816 B
Bash
|
python sdsvkie/tools/run_ocr.py \
|
||
|
--img /mnt/ssd1T/hoanglv/Projects/KIE/DATA/SDSAP_Invoice/raw/IMGS \
|
||
|
--out_dir /mnt/ssd1T/hoanglv/Projects/KIE/sdsvkie/workdirs/SDSAP_Invoice/visualize_ocr \
|
||
|
--device "cuda:1" \
|
||
|
--reserve_parent_dir
|
||
|
|
||
|
|
||
|
# python sdsvkie/tools/run_ocr.py \
|
||
|
# --img /mnt/ssd1T/hoanglv/Projects/KIE/DATA/SDSAP_Invoice/raw/IMGS \
|
||
|
# --out_dir /mnt/ssd1T/hoanglv/Projects/KIE/sdsvkie/workdirs/SDSAP_Invoice/visualize_ocr \
|
||
|
# --device "cuda:1" \
|
||
|
# --reserve_parent_dir
|
||
|
|
||
|
|
||
|
python sdsvkie/tools/run_ocr.py \
|
||
|
--img /mnt/ssd1T/hoanglv/Projects/KIE/DATA/SDSAP_Invoice/done/test_end2end/Taxi \
|
||
|
--device "cuda:1" \
|
||
|
--out_dir /mnt/ssd1T/hoanglv/Projects/KIE/DATA/SDSAP_Invoice/label_ocr/test_v2/taxi \
|
||
|
--text_det "/mnt/ssd500/datnt/mmdetection/logs/textdet-fwd-table-receipt-20230425/best_bbox_mAP_epoch_15_lite.pth"
|