raccoon_dataset icon indicating copy to clipboard operation
raccoon_dataset copied to clipboard

The dataset is used to train my own raccoon detector and I blogged about it on Medium

Results 84 raccoon_dataset issues
Sort by recently updated
recently updated
newest added

when the training is started, I open another terminal for tensorboard. after running tensorboard command, an errors says dataImageScrc not found. Also in the website interface, one reads "No image...

Hi , i have multi-size images and i've converted csv file for my data as well , my question is that : when i use` generate_tfrecord.py ` because i have...

Hi Dat, I am trying to create my own dataset of "markers" and took some pictures of the same. Generated the train.record file using the create_tf_example function. However, I dont...

Hello, your Tensorflow object detection api sample is the most complete and clear I found in Github. I could slightly change it to test my own dataset, starting from dataset...

I have already tested `ssd_mobilenet_v1_coco_11_06_2017 `in OpenCV DNN module, which is working well, something like this: ``` String basePath = "D:\\ssd_mobilenet_v1_coco_11_06_2017\\"; String model = basePath + "frozen_inference_graph.pb"; String config =...

terminal command: python object_detection/racoon_detection/export_inference_graph.py --input_type image_tensor --input_shape 0 --pipeline_config_path object_detection/training/ssd_mobilenet_v1_pets.config --trained_checkpoint_prefix object_detection/racoon_detection/model.ckpt --output_directory object_detection/racoon_detection/racoon ValueError: 'images' must have either 3 or 4 dimensions. please tell me how to resolve it

include /TensorFlowModels/research/object_detection/ in PYTHONPATH environment variable or in the script `sys.path.append('/path/to/research/object_detection')` ``` from utils import label_map_util # change to however many labels you have NUM_CLASSES = 12345 # load labels...

do you split raccoon_labels.csv file into test_labels.csv and train_labels.csv by .py file or split it by hand?

This is the error I got when running generate_tfrecord.py Traceback (most recent call last): File "generate_tfrecord_main.py", line 104, in tf.app.run() File "/home/suong/anaconda2/envs/tensorflow/lib/python2.7/site-packages/tensorflow/python/platform/app.py", line 43, in run sys.exit(main(sys.argv[:1] + flags_passthrough)) File...

Hi there! Thank you for you blog [post](https://medium.com/towards-data-science/how-to-train-your-own-object-detector-with-tensorflows-object-detector-api-bec72ecfe1d9) and this dataset. Do you know how to make use of the segmented images from the[ VOC2012](http://host.robots.ox.ac.uk/pascal/VOC/voc2012/segexamples/index.html) dataset in order to improve...