Annie

Results 33 comments of Annie

> You mean I have to run the script like this !python detect_from_image.py --image_path "images/test" Like this??? please let me know

> You can use my [`detect_from_image.py` script](https://github.com/TannerGilbert/Tensorflow-Object-Detection-with-Tensorflow-2.0/blob/master/detect_from_image.py) for this and pass the path to the folder containing the 50 images via `--image_path`. The script will then loop over all the...

Sorry the problem was closed unintentionally

> You can use my [`detect_from_image.py` script](https://github.com/TannerGilbert/Tensorflow-Object-Detection-with-Tensorflow-2.0/blob/master/detect_from_image.py) for this and pass the path to the folder containing the 50 images via `--image_path`. The script will then loop over all the...

> > > You can use my [`detect_from_image.py` script](https://github.com/TannerGilbert/Tensorflow-Object-Detection-with-Tensorflow-2.0/blob/master/detect_from_image.py) for this and pass the path to the folder containing the 50 images via `--image_path`. The script will then loop over...

> > > > > You can use my [`detect_from_image.py` script](https://github.com/TannerGilbert/Tensorflow-Object-Detection-with-Tensorflow-2.0/blob/master/detect_from_image.py) for this and pass the path to the folder containing the 50 images via `--image_path`. The script will then...

This is my code and I am exactly copying the code from this tutorial. https://github.com/nicknochnack/TFODCourse/blob/main/2.%20Training%20and%20Detection.ipynb **Setup Paths** WORKSPACE_PATH = 'Tensorflow/workspace' SCRIPTS_PATH = 'Tensorflow/scripts' APIMODEL_PATH = 'Tensorflow/models' ANNOTATION_PATH = WORKSPACE_PATH+'/annotations' IMAGE_PATH...

This is my code and I am exactly copying the code from this tutorial. The guy has a tutorial on this on youtube, he faces no error.. I don't know...

My error has been solved. I had written folders name wrong. My folder is workspace/models/my-ssd-mobnet, but I have written this workspace/models/my_ssd_mobnet.

There are several errors I faced, Now my from object_detection.builders import model_builder is giving me error. Everything was working fine but suddenly this started giving error *Best Regards* Bibi Qurat-ul-Ain...