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

That's the picture.How do I implement it? ![156](https://user-images.githubusercontent.com/48234409/76677435-20d83300-6609-11ea-83c5-36d622ade585.gif)

When converting to tf_record, I will deal with the following problem: ![untitled](https://user-images.githubusercontent.com/36889021/39392585-8a029158-4acd-11e8-9db1-f226c6951846.jpg)

Any one please help me out from the error which i couldn't overcome for a week??? after using the below command python3 generate_tfrecord.py --csv_input=data/train_labels.csv --output_path=data/train.record --image_dir=images/ I received the following...

I grew tired of doing copy and paste from the label map to the script. There is additional command line parameter to provide the path to the label map. The...

after following all steps mentioned by dar itran , i got following errors even after put return 0 instead of none. pi@pi-HP-280-G1-MT:~/Downloads/new$ source activate tensorflow (tensorflow) pi@pi-HP-280-G1-MT:~/Downloads/new$ python3 generate_tfrecord.py --csv_input=data/test_labels.csv...

`C:\Anaconda3\lib\site-packages\h5py\__init__.py:36: FutureWarning: Conversion of the second argument of issubdtype from `float` to `np.floating` is deprecated. In future, it will be treated as `np.float64 == np.dtype(float).type`. from ._conv import register_converters as...

I got this error : File "generate_tfrecord.py", line 92 writer.write(tf_example.SerializeToString()) ^ IndentationError: unexpected indent ###The command i used : >python generate_tfrecord.py --csv_input=images/train_labels.csv --image_dir=images/train --output_path=train.record I don´t understand why , i...

![Screenshot from 2019-12-19 02-16-29](https://user-images.githubusercontent.com/36043248/71139288-a82e2a00-2205-11ea-919e-2e11e066ff04.png)

In the code, I have: flags = tf.app.flags flags.DEFINE_string('csv_input', '', 'research/object_detection/data/train_labels.csv') flags.DEFINE_string('output_path', '', 'research/object_detection/data/train.record') When I run the code, I get the following error: DuplicateFlagError: The flag 'csv_input' is defined...

When I try to do the conversion from xml to csv in command prompt, it displays this error...Pls I need your help...I have tried looking and studying the code but...