tf2-object-detection-api-tutorial icon indicating copy to clipboard operation
tf2-object-detection-api-tutorial copied to clipboard

Tensorflow 2 Object Detection API Tutorial. This tutorial will take you from installation, to running pre-trained detection model, and training your model with a custom dataset, then exporting it for...

Results 8 tf2-object-detection-api-tutorial issues
Sort by recently updated
recently updated
newest added

Hello Abdelrahman I am getting an error in the file of generate_tfrecord.py in `from object_detection.utils import dataset_util from object_detection.utils import label_map_util` I checked my environment and the TF object detection,...

usage: [-h] test test/_annotations.csv label_map.pbtxt test : error: the following arguments are required: test, test/_annotations.csv, label_map.pbtxt, test An exception has occurred, use %tb to see the full traceback. SystemExit: 2...

Thanks for the nice tutorial. I was able to train my custom datasets but got loss=Nan. I also decreased the learning rate but couldn't fix the problem? Any suggestions?

Hi, Thank you for creating this tutorial. As the title suggest, I just want to see the metrics by running the evaluation after the training done, but it seems the...

The example from the [TF2 Model Zoo inference tutorial notebook](https://github.com/tensorflow/models/blob/master/research/object_detection/colab_tutorials/inference_tf2_colab.ipynb) loads images in RGB format with: ``` def load_image_into_numpy_array(path): """Load an image from file into a numpy array. Puts image...

Is there a way to find the Inference speed of my .pb file ? with a modification to the files

I am trying to evaluate the model having batch size more than 1 and it throws me errors. I have checked in many other sources and their suggestion would be...

I am trying to write an alternative to `xml_to_csv.py` for TFRecord as I am using VGG Image Annotator and extracted the annotations as JSON. Here is a sample JSON file...