Skip to content

COCO data download script#3

Open
RvanderLaan wants to merge 4 commits into
masterfrom
data/coco
Open

COCO data download script#3
RvanderLaan wants to merge 4 commits into
masterfrom
data/coco

Conversation

@RvanderLaan

Copy link
Copy Markdown
Collaborator

Added a script for downloading a specific category from the COCO dataset using a submodule for the python coco API.

Images and bounding boxes can be resized to a square resolution, where black bars are added to make the image sqare. Bounding boxes are saved as a pickle in the form { filename: [ [x, y, width, height], [...] ] }

Remi van der Laan added 2 commits May 13, 2018 02:06
…set using a submodule for the python coco API.

Images and bounding boxes can be resized to a square resolution, where black bars are added to make the image sqare. Bounding boxes are saved as a pickle in the form { filename: [ [x, y, width, height], [...] ] }
@RvanderLaan

Copy link
Copy Markdown
Collaborator Author

Todo: I think bounding boxes of all categories are added, not just the specified category

Remi van der Laan added 2 commits May 14, 2018 22:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant