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

Files missing #593

Open sygys opened 2 years ago

sygys commented 2 years ago

These files are missing in the provided files

Finally, run the following commands from the C:\tensorflow1\models\research directory:

(tensorflow1) C:\tensorflow1\models\research> python setup.py build (tensorflow1) C:\tensorflow1\models\research> python setup.py install

i also miss

jupyter notebook object_detection_tutorial.ipynb

its not in the research or any other directory

Petros626 commented 2 years ago

Hey,

you must copy the setup.py from another folder. you must follow two tutorials for complete this. would recommend do first the tutorial from lazytech (https://www.youtube.com/watch?v=C5-SEZ_IvaM) and try to run object detection demo on jupyter.

prayagpawar commented 1 year ago

These files are missing in the provided files

Finally, run the following commands from the C:\tensorflow1\models\research directory:

(tensorflow1) C:\tensorflow1\models\research> python setup.py build (tensorflow1) C:\tensorflow1\models\research> python setup.py install

i also miss

jupyter notebook object_detection_tutorial.ipynb

its not in the research or any other directory

setup.py is located models/research/slim move it or copy it to models your jupyter notebook object_detection_tutorial.ipynb is located in /models/research/object_detection/colab_tutorials