Udacity-Computer-Vision-Nanodegree-Program
Udacity-Computer-Vision-Nanodegree-Program copied to clipboard
Download and prepare the MS-COCO data set using Tensorflow
Resources: MS COCO dataset
Note: This issue will be implemented in a separate branch. The PRs will not be merged in master.
I'd like to take this one!
@ChaoticBlack sure!
@ChaoticBlack do you need help with this?
I am facing an issue that i'm unable to figure out. I want to store the path of all the individual images in a list. If I use os.listdir, the cell takes too long to run and I dont get the expected results. If I use full_coco_image_path = PATH + 'COCO_train2014_' + '%012d.jpg' % (image_id) (this uses the JSON files to load the data) then certain images are not found. I re downloaded the dataset yet i'm facing the same issue.