EdjeElectronics / TensorFlow-Object-Detection-API-Tutorial-Train-Multiple-Objects-Windows-10

How to train a TensorFlow Object Detection Classifier for multiple object detection on Windows
Apache License 2.0
2.92k stars 1.3k forks source link

ubuntu #288

Open FoilHao opened 5 years ago

FoilHao commented 5 years ago

It seems I have correctly set up and begin to train in Windows10. But it's very slow due to my computer's possessing ability, can I directly copy the whole project and train the model in ubuntu16.04 on a Server?

ajinkya933 commented 5 years ago

on ubuntu you need to setup tensorflow and object detection API, Also make sure you include $PYTHONPATH variable. Apart from that you should be fine running this model on a server

FoilHao commented 5 years ago

on ubuntu you need to setup tensorflow and object detection API, Also make sure you include $PYTHONPATH variable. Apart from that you should be fine running this model on a server

Thanks very much for your reply, I am training in ubuntu with files generated in win10 right now.