Skip to content

Commit

Permalink
Fix the root error of tools/predict.py
Browse files Browse the repository at this point in the history
  • Loading branch information
juncaipeng committed Apr 6, 2023
1 parent 9c55f60 commit 9c177eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/install/check_predict.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# check predicting
python predict.py \
python tools/predict.py \
--config configs/quick_start/pp_liteseg_optic_disc_512x512_1k.yml \
--model_path https://paddleseg.bj.bcebos.com/dygraph/optic_disc/pp_liteseg_optic_disc_512x512_1k/model.pdparams \
--image_path docs/images/optic_test_image.jpg \
Expand Down

0 comments on commit 9c177eb

Please sign in to comment.