You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
hi,
the train list is just txt with the image paths.
each image in the should have corresponding txt file, where each line corresponds to word.
line example:
0 0.851475423177 0.247500450534 0.128710019264 0.0338691623536 -0.102781031299 CWRU
cls x y w h alpha txt
cls - class - not used
x - bbox center.x normalized by image width
y - bbox center.y normalized by image height
w - bbox width normalized by image diagonal
h - bbox height normalized by image diagonal
alpha - box angle in radians
Hi, MichalBusta, so we don't use class, just x,y,w,h, alpha and txt?
Hi, MichalBusta, so we don't use class, just x,y,w,h, alpha and txt?
Originally posted by @ustczhouyu in #10 (comment)
I just add the cls , but it wrong.
RuntimeError:bad lexical cast:source type value could not be interpreted as target
The text was updated successfully, but these errors were encountered: