-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathweights.py
More file actions
10 lines (8 loc) · 778 Bytes
/
weights.py
File metadata and controls
10 lines (8 loc) · 778 Bytes
1
2
3
4
5
6
7
8
9
10
yolov5_model_path = "/Users/chenyifan/data/cszk/weights/yolov5-TableDataset/yolov5m_ticket_0401.pt"
qr_detector_prototxt_path = "/Users/chenyifan/data/cszk/weights/QRModel/detect.prototxt"
qr_detector_caffe_model_path = "/Users/chenyifan/data/cszk/weights/QRModel/detect.caffemodel"
qr_super_resolution_prototxt_path = "/Users/chenyifan/data/cszk/weights/QRModel/sr.prototxt"
qr_super_resolution_caffe_model_path = "/Users/chenyifan/data/cszk/weights/QRModel/sr.caffemodel"
paddle_det_model_dir = "/Users/chenyifan/data/cszk/weights/paddleocr/ch_ppocr_mobile_v2.0_det_infer"
paddle_cls_model_dir = "/Users/chenyifan/data/cszk/weights/paddleocr/ch_ppocr_mobile_v2.0_cls_infer"
paddle_rec_model_dir = "/Users/chenyifan/data/cszk/weights/paddleocr/ch_ppocr_mobile_v2.0_rec_infer"