You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
However, not all the images in VOC2012 are for detection, there are only 11540 images specified in ImageSets\Main\trainval.txt for detection. But in JPEGImages there are 17125 images, these extra images are for action classification, so they only annotate human, ignoring other classes.
Eg,
Using these images will be harmful for training.
The text was updated successfully, but these errors were encountered:
jamiechoi1995
changed the title
Bug: Using images out of ImageSets\Main\trainval.txt for trainining
Bug: Using images out of ImageSets\Main\trainval.txt for training
Apr 15, 2019
In convert_tfrecords.py, it converts all images in VOCdevkit\VOC2012\JPEGImages into tfrecords for training,
SSD.TensorFlow/dataset/convert_tfrecords.py
Lines 366 to 370 in b47ff61
However, not all the images in VOC2012 are for detection, there are only 11540 images specified in ImageSets\Main\trainval.txt for detection. But in JPEGImages there are 17125 images, these extra images are for action classification, so they only annotate human, ignoring other classes.
![图片](https://user-images.githubusercontent.com/13494034/56108773-18eabb80-5f80-11e9-867a-83b641b55e53.png)
![图片](https://user-images.githubusercontent.com/13494034/56108779-20aa6000-5f80-11e9-9820-d7d4e90e2acb.png)
Eg,
Using these images will be harmful for training.
The text was updated successfully, but these errors were encountered: