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,professor:
i test your prepare_data.py, then i found when call image_augument, the label file will be re-write for one line, then i debug it:
the code:
mybe the bbox should define something else ,just like bbox_tmp?
please help!
The text was updated successfully, but these errors were encountered:
Hi jcyhcs,
It is not a bug though.
The code you mentioned above will convert data from float into string format.
That is , for example, from [1, 2, 3, 4, 5] to ['1', '2', '3', '4', '5']
Then, it will be converted into a string like '1 2 3 4 5' in the next line.
hi,professor:
i test your prepare_data.py, then i found when call image_augument, the label file will be re-write for one line, then i debug it:
the code:
mybe the bbox should define something else ,just like bbox_tmp?
please help!
The text was updated successfully, but these errors were encountered: