-
Notifications
You must be signed in to change notification settings - Fork 315
Open
Description
I am not familiar to python, however this approach seems to be great for the type augmentations I need.
Since it is necessary to use pickle format, how can I change my txt file, which order is
classes x1 x2 y1 y2
to pickle format, which order needs to be the following?
x1 y1 x2 y2 classes
Metadata
Metadata
Assignees
Labels
No labels