WongKinYiu / ScaledYOLOv4

Scaled-YOLOv4: Scaling Cross Stage Partial Network
GNU General Public License v3.0
2.02k stars 572 forks source link

Several classes for one bbox #198

Open Kracozebr opened 3 years ago

Kracozebr commented 3 years ago

Hello. I wonder if is it possible in ScaledYOLOv4 to work with multiple labels for single bbox? For example txt file to look somehow like that: 0 0.3 0.1 0.3 1 0.3 0.1 0.3 Is it necessary to modify code? If so can you please provide guidance where to look for changes.

LukeAI commented 3 years ago

it should work fine, why not just try it?