Open wuyuanyi135 opened 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?
Its noth
This is fixed by #40
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?