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 I run generate_tfrecord. I met the problem below: Traceback (most recent call last): File "generate_tfrecord.py", line 99, in tf.app.run() File "D:\python\lib\site-packages\tensorflow\python\platform\app.py", line 124, in run _sys.exit(main(argv)) File "generate_tfrecord.py", line...

Hi, I run xml_to_csv.py and got this error: int(member[4][0].text), ValueError: invalid literal for int() with base 10: 'head' How can I solve this error? Can you help me? @experiencor @datitran...

I am using Win10 and Spyder, I have tried to run : generate_tfrecord.py, Unfortunately,shows "ModuleNotFoundError: No module named 'object_detection'", I guess the problem is the path, how to set the...

**System information** - csv2TFrecords - Windows 10 - Mobile device (e.g. iPhone 8, Pixel 2, Samsung Galaxy) if the issue happens on mobile device: - TensorFlow installed from: pip install...

hi all , when I run generate_tfrecord. I met the problem below: Traceback (most recent call last): File "D:/workspaces/python/chartbot/generate_tfrecord.py", line 99, in tf.app.run() File "C:\Users\kevin\Anaconda3\lib\site-packages\tensorflow\python\platform\app.py", line 48, in run _sys.exit(main(_sys.argv[:1]...

`!python {'/content/generate_tfrecord.py'} -x {'/content/Training'} -l {'/content/label_map.pbtxt'} -o {ANNOTATION_PATH + '/train.record'} !python {'/content/generate_tfrecord.py'} -x{'/content/Testing'} -l {'/content/label_map.pbtxt'} -o {ANNOTATION_PATH + '/test.record'}` running which i get the error: `Traceback (most recent call last):...

hello sorry if i am asking a stupid question i'm following an object detection tutorial but when i run the generate tfrecard i get Expected binary or unicode string, got...

Hello, I have followed the tensorflow object detection API installation by following the below demo https://github.com/EdjeElectronics/TensorFlow-Object-Detection-API-Tutorial-Train-Multiple-Objects-Windows-10. I am getting this problem while running the line--- python generate_tfrecord.py --csv_input=images\train_labels.csv --image_dir=images\train --output_path=train.record...

Gfile and and python io error is there minor 2 line changes this is thee working file `from __future__ import division from __future__ import print_function from __future__ import absolute_import import...