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

Hi, datitran @datitran I follow your step and want to train on local machine. My main setup is below fine_tune_checkpoint: "F:\GitHub\ssd_mobilenet_v1_coco_11_06_2017\model.ckpt" from_detection_checkpoint: true data_augmentation_options { random_horizontal_flip { } } data_augmentation_options...

I am Having this problem please help Traceback (most recent call last): File "E:\RealTimeObjectDetection\Tensorflow\scripts\generate_tfrecord.py", line 62, in label_map_dict = label_map_util.get_label_map_dict(label_map) File "C:\Users\Benaia Banda\AppData\Local\Programs\Python\Python310\lib\site-packages\object_detection\utils\label_map_util.py", line 164, in get_label_map_dict label_map = load_labelmap(label_map_path)...

I got a dataset from roboflow and downloaded it in a PASCAL VOC format. I got the image and xml file but I get an error saying index is out...

I was wondering if the guidelines you've given can be used for adding new classes to a pre-trained model?