Skip to content

Commit

Permalink
update epoch
Browse files Browse the repository at this point in the history
  • Loading branch information
breezedeus committed Aug 24, 2021
1 parent 19ff64d commit ef88592
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ train:
cnstd train -m $(MODEL_NAME) --train-config-fp examples/train_config.json -i data/icdar2015

predict:
cnstd predict -m $(MODEL_NAME) --model_epoch 30 --rotated-bbox --box-score-thresh 0.3 --resized-shape 768,768 \
cnstd predict -m $(MODEL_NAME) --model_epoch 29 --rotated-bbox --box-score-thresh 0.3 --resized-shape 768,768 \
--context cpu -i examples -o prediction

package:
Expand Down

0 comments on commit ef88592

Please sign in to comment.