Skip to content
This repository has been archived by the owner on Nov 3, 2022. It is now read-only.

coco.py mscoco dataset support #81

Merged
merged 2 commits into from
May 20, 2017
Merged

Conversation

ahundt
Copy link
Collaborator

@ahundt ahundt commented Apr 26, 2017

mscoco dataset support
#47

This implementation works correctly, but some performance and space saving measures may be desirable, including directly using the pycocotools to create any masks so it can all simply be kept in memory, rather than the current procedure of writing to disk. Such improvements can likely be incorporated from https://github.com/PavlosMelissinos/enet-keras/blob/master/src/data/datasets.py

depends on sacred for the command line utilities

additional direct/indirect contributors include @PavlosMelissinos, @VittalP, @warmspringwinds

Copy link
Collaborator

@the-moliver the-moliver left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks nice!

@PavlosMelissinos
Copy link

PavlosMelissinos commented Sep 25, 2017

Hey there, I've been working on improving this dataset. I'm currently looking for feedback in #153.

Thanks

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants