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

Dataset images, annotations should not be class static variables. #25

Open
wuyuanyi135 opened this issue Dec 16, 2019 · 2 comments
Open

Comments

@wuyuanyi135
Copy link

annotations = {}
categories = {}
images = {}

The images and annotations were defined as the class variables, which polluted the following instants of the Dataset class. Is this an intended behavior?

@jsbroks
Copy link
Owner

jsbroks commented Jan 10, 2020

Its noth

@starkgate
Copy link
Contributor

This is fixed by #40

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

No branches or pull requests

3 participants