object_detection_demo icon indicating copy to clipboard operation
object_detection_demo copied to clipboard

How to train an object detection model easy for free

Results 35 object_detection_demo issues
Sort by recently updated
recently updated
newest added

Hi Tony, Can you add library version in requirement.txt for this project. It will be really helpful if you do so. Thanks, Ashish

there is a issue coming while run time that there are 2 issues which are : Traceback (most recent call last): File "/usr/local/lib/python3.6/dist-packages/tensorflow_core/python/client/session.py", line 1365, in _do_call return fn(*args) File...

Hi! I tried to run the provided colab with small modification but using the data provided in the colab, because otherwise it does not run: just adding %tensorflow_version 1.x, and...

Kindly fix your jupyter notebook tensorflow_object_detection_training_colab.ipynb After ``` !git clone --quiet https://github.com/tensorflow/models.git ``` do ``` %cd /content/models !git checkout r1.13.0 %cd ../.. ```

Dear sir, this workbook is excellent for people who are new to model training because it consists of all necessary steps. I'm however unable to figure out how would I...