Bartzi / see

Code for the AAAI 2018 publication "SEE: Towards Semi-Supervised End-to-End Scene Text Recognition"
GNU General Public License v3.0
575 stars 147 forks source link

I get a problem on train_text_recognition.py #79

Closed ghost closed 3 years ago

ghost commented 5 years ago

HI when i run:

sudo python3 chainer/train_text_recognition.py dataset_specification text_rec55ognition_model/small_dataset/curriculum.json log_dir log -b 2 --char-map text_recognition_model/small_dataset/ctc_char_map.json

I get some error:

train_text_recognition.py: error: unrecognized arguments: log_dir log

please help,thanks!

ghost commented 5 years ago

log Is a newly created folder

Bartzi commented 5 years ago

please try this:

python3 chainer/train_text_recognition.py dataset_specification text_rec55ognition_model/small_dataset/curriculum.json log -b 2 --char-map text_recognition_model/small_dataset/ctc_char_map.json

ghost commented 5 years ago

python3 chainer/train_text_recognition.py dataset_specification text_recognition_model/small_dataset/curriculum.json log -b 2 --char-map text_recognition_model/small_dataset/ctc_char_map.json

I run ,same error,please help?Is it related to the configuration environment?

Bartzi commented 5 years ago

I'm sorry, please try this:

python3 chainer/train_text_recognition.py text_rec55ognition_model/small_dataset/curriculum.json log -b 2 --char-map text_recognition_model/small_dataset/ctc_char_map.json

ghost commented 5 years ago

Where can I find ”text_rec55ognition_model“?text_recognition_model.zip Can't find