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 try to do the conversion from xml to csv in command prompt, it displays a syntax error highlighting the ""..Pls I need your help...I have tried looking and...

When I try to do the conversion from xml to csv in command prompt, it displays this error...Pls I need your help... File "C:\Users\Isaiah\Desktop\xml_to_csv.py", line 7 ^ SyntaxError: invalid syntax...

when I run the genereate_tfrecord.py,the terminal display "tensorflow.python.framework.errors_impl.NotFoundError: raccoon-2.jpg; No such file or directory", I don't find the solve way

I have the file train_labels.csv with the following structure filename,width,height,class,xmin,ymin,xmax,ymax ASG000bdy0.jpg,2048,1536,Zebra,312,679,662,871 ... and 3700 train images in train/ I used the following code. ------------------------------------- from __future__ import division from __future__...

Hi people, Im working in a Object Detection project and when i execute the generate_tfrecord.py, I have this error: (tensorflow1) c:\tensorflow1\research\object_detection\images>python generate_tfrecord.py --csv_input=test_labels.csv --output_path=test.record --image_dir=test/ WARNING: Logging before flag parsing...

Thank you very much for the efforts you've done in this example. I have a comment about the command line format you provided in the top of the generate_tfrecords.py file:...

`def login_view_staff(request): obj = {} obj['status'] = False email = get_param(request, 'email', None) password = get_param(request, 'pass', None) secret_string = get_param(request, 'sec_string', None) auth_token = get_param(request, 'auth_token', None) status= False...