-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Are you planning to try "model_main.py" again instead of "train.py" #184
Comments
I see For Windows we can install it from https://github.com/philferriere/cocoapi |
but it fails with next errors |
Seems this error can be solved by |
seems it finally started to work with I start train like this (# From the tensorflow/models/research/ directory)
(more info: https://github.com/tensorflow/models/blob/master/research/object_detection/g3doc/running_locally.md) I see some checkpoints: Though output of console isn't that useful: tensorflow/models#5719 (comment) |
Solved and it works ok after some configuration: tensorflow/models#5719 (comment) So SSD Models can be train normally with |
@anonym24 How is model_main.py different from train.py? |
where is this model_train.py file? |
@dscha09 I don't know but with legacy @JanithT-Lboro https://github.com/tensorflow/models/blob/master/research/object_detection/model_main.py |
I was able to solve this problem by just using a PC with better specs. |
C:\tensorflow\models\research>python object_detection\model_main.py --pipeline_config_path=object_detection\training\ssd_mobilenet_v1_pets.config --model_dir=object_detection\images --num_train_steps=50000 --sample_1_of_n_eval_examples=1 --alsologtostderr I got this error.How can i fix it.I installed protobuf, compiled it, added to path. |
@Futi7 I'm not sure on windows but I think you can solve it by running |
this work great |
Hey @anonym24 , I know it's been a year, but thanks for your work on this issue! I'm still considering whether to update my guide to use model_main.py rather than train.py. It's a bummer that it doesn't log training information in the console by default. This issue (TensorFlow #6100) has some good information directly from a TensorFlow team member on the differences between train.py and model_main.py. From their comments, it sounds like there is no difference when using a normal PC for training. |
I suppose "model_main.py" should work better and mb then even fixed some errors which can affect speed/accuracy of models
The text was updated successfully, but these errors were encountered: