Daniel451/MLHelper

Change dict to Label2D object in LabelReader

Closed this issue · 1 comments

The final label information in LabelReader...

self._labels[os.path.join(dirpath, filename)] = {

...should not be a dictionary, but an instance of the new Label2D object.

This issue includes checking existing tests and involves writing new test cases.

fixed in f5097d4