Fix YOLO configuration not being applied correctly
Open
bug
- Dominant language
- Python
- Stars
- 13
- Forks
- 1
- Avg merge
- 7d 6h
- Merged PRs (30d)
- 3
Description
The network is assigning labels differently than specified. The labels are mapped as follows:
- "background" is assigned to tetragons
- "aerospace" is assigned to hexagons
- "bicycle" is assigned to octagons
- "bird" is assigned to dodecagons
Moreover, confidence and IoU thresholds are not being applied correctly.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.