HumanSignal / HumanSignal/label-studio-sdk
"Brush labels to coco" didn't work beacause my images are webp
Open
- Dominant language
- Python
- Stars
- 192
- Forks
- 127
- Avg merge
- 1d 18h
- Merged PRs (30d)
- 1
Description
The problem comes from brush_to_coco.py line 174. I added webp!
if isinstance(value, str) and any(value.lower().endswith(ext) for ext in ['.jpg', '.jpeg', '.png', '.gif', '.bmp', '.webp']):
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.