Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Download and prepare the MS-COCO data set using Tensorflow #24

Open
vidhi-mody opened this issue Jun 27, 2020 · 4 comments
Open

Download and prepare the MS-COCO data set using Tensorflow #24

vidhi-mody opened this issue Jun 27, 2020 · 4 comments
Assignees
Labels
SCI 2020 Student Code-In

Comments

@vidhi-mody
Copy link
Collaborator

Resources:
MS COCO dataset

Note: This issue will be implemented in a separate branch. The PRs will not be merged in master.

@vidhi-mody vidhi-mody added SCI 2020 Student Code-In Up-For-Grab labels Jun 27, 2020
@ChaoticBlack
Copy link
Contributor

I'd like to take this one!

@vidhi-mody
Copy link
Collaborator Author

@ChaoticBlack sure!

@vidhi-mody
Copy link
Collaborator Author

@ChaoticBlack do you need help with this?

@ChaoticBlack
Copy link
Contributor

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
SCI 2020 Student Code-In
Projects
None yet
Development

No branches or pull requests

2 participants