-
- Downloads
Fix for unsupported float for setValue
``` % labelme examples/instance_segmentation/data_annotated This JSON file (examples/instance_segmentation/data_annotated/2011_000003.json) may be incompatible with current labelme. version in file: 4.0.0, current version: 5.0.3 Traceback (most recent call last): File "/Users/wkentaro/Documents/labelme/labelme/app.py", line 1377, in scrollRequest self.setScroll(orientation, value) File "/Users/wkentaro/Documents/labelme/labelme/app.py", line 1380, in setScroll self.scrollBars[orientation].setValue(value) TypeError: setValue(self, int): argument 1 has unexpected type 'float' [1] 19915 abort labelme examples/instance_segmentation/data_annotated ```
Please register or sign in to comment