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

object_detection_tutorial.ipynb is missing #517

Open eranfeit opened 4 years ago

eranfeit commented 4 years ago

Hi, Where is the file "object_detection_tutorial.ipynb"?

Eran

bm777 commented 4 years ago

hi @eranfeit you can use this for inference. it worked for me.

eranfeit commented 4 years ago

Hi, Thank you

So , should I copy and paste it on the Jupyer notebook ?

Thats it ? Eran

bm777 commented 4 years ago

Hi @eranfeit yeah you could copy and paste it in the Jupyter notebook.

Like, copying some part: importing libraries in a cell, and the other function in another cell too.

hamzanaeem1999 commented 3 years ago

Which versions worked for you ?

bm777 commented 3 years ago

Both version of TensorFlow 1.x and 2.x. Particularly 1.18 and 2.3(actual version)

kienphan301 commented 3 years ago

it's in colab_tutorials folder