-
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
Which config should I use to train model for Android (covert later to .tflite format)? #185
Comments
Also there is |
when using
|
I also tried this project on Ubuntu, but Ubuntu error when using
|
Maybe it helps if you do this steps before training: https://github.com/tensorflow/models/blob/master/research/object_detection/g3doc/exporting_models.md |
@Burgomehl what are you talking about? |
Yes it is but ... the models are trained on other versions. You are able to bypass some bugs if you export the model before you train ... And I just saied it could help. I don't know if it truely helps. |
@Burgomehl it generates .pb files and some other files - you do it after you retrained some pretrained model with your classes |
Take the help or don't. "Our frozen inference graphs are generated using the v1.8.0 release version of Tensorflow and we do not guarantee that these will work with other versions; this being said, each frozen inference graph can be regenerated using your current version of Tensorflow by re-running the exporter, pointing it at the model directory as well as the corresponding config file in samples/configs. " |
@Burgomehl from your link: what is the point using the same copied checkpoints? |
seems the errors are related to memory issues, though I have 6GB GTX 1060GT.. seems it's better to resize all images to 300x300 before training |
yes example |
though it still fails but after some steps now: |
training SSD Model works fine with |
Which config should I use to train model for Android (covert later to .tflite format)?
Tensorflow has TOCO converter (.pb > .tflite)
But what config should I use to train pb file?
ssdlite_mobilenet_v1_coco.config
,ssd_mobilenet_v1_300x300_coco14_sync.config
orssd_mobilenet_v1_quantized_300x300_coco14_sync.config
?The text was updated successfully, but these errors were encountered: