shlogg · Early preview
Super Kai (Kazuya Ito) @superkai_kazuya

Visualizing VOC Datasets With Pascal Voc Parser Library

Modified Python script fixes issue with accessing non-existent indices in datasets. Checks for index existence before displaying images, displaying default image if index doesn't exist.

Buy Me a Coffee☕
*Memos:

My post explains CocoCaptions() using train2017 with captions_train2017.json, instances_train2017.json and person_keypoints_train2017.json, val2017 with captions_val2017.json, instances_val2017.json and person_keypoints_val2017.json and test2017 with image_info_test2017.json and image_info_test-dev2017.json.
My post explains CocoCaptions() using train2017 with stuff_train2017.json, val2017 with stuff_val2017.json, stuff_train2017_pixelmaps with stuff_train2017.json, stuff_val2017_pixelmaps with stuff_val2017.json, panoptic_train2017 with panoptic_train2017.json, pano...