jsbroks / imantics

:camera: Reactive python package for managing, creating and visualizing different deep-learning image annotation formats
https://imantics.rtfd.io
MIT License
364 stars 68 forks source link

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

Open wuyuanyi135 opened 4 years ago

wuyuanyi135 commented 4 years ago

https://github.com/jsbroks/imantics/blob/514165284161c94475d1327d8e74d8c0c81e3625/imantics/dataset.py#L127-L129

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 commented 4 years ago

Its noth

starkgate commented 4 years ago

This is fixed by #40