Skip to content

Commit

Permalink
Fix download path for PP Class Model in download_model.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
tomkosm committed Jan 2, 2025
1 parent 6161aa3 commit 8c1096c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion download_model.sh
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ download_and_extract "https://paddleocr.bj.bcebos.com/PP-OCRv4/chinese/ch_PP-OCR
"/root/.paddleocr/whl/det/ch/ch_PP-OCRv4_det_infer.tar" \
"PP Detect Model"
download_and_extract "https://paddleocr.bj.bcebos.com/dygraph_v2.0/ch/ch_ppocr_mobile_v2.0_cls_infer.tar" \
"/root/.paddleocr/whl/cls/ch_ppocr_mobile_v2.0_cls_infer/ch_ppocr_mobile_v2.0_cls_infer.tar" \
"/root/.paddleocr/whl/cls/ch_ppocr_mobile_v2.0_cls_infer.tar" \
"PP Class Model"

download_and_extract "https://paddleocr.bj.bcebos.com/PP-OCRv4/chinese/ch_PP-OCRv4_rec_infer.tar" \
Expand Down

0 comments on commit 8c1096c

Please sign in to comment.