R3ab / ttpla_dataset

aerial images dataset on transmission towers and power lines
Apache License 2.0
135 stars 31 forks source link

is there some errors in scripts/labelme2coco_2.py #9

Open luweishuang opened 2 years ago

luweishuang commented 2 years ago

self.height = height self.width = width seems not correct, but should be self.height = data["imageHeight"] self.width = data["imageWidth"]

VAIBHAVPATEL97 commented 2 years ago

@luweishuang Thankyou for sharing the solution.

asd123pwj commented 8 months ago

This slove "ValueError: zero-size array to reduction operation minimum which has no identity" Thank you.