-
-
Notifications
You must be signed in to change notification settings - Fork 73
Description
You've added playback of image folders and sub-folders (and that's great).
But I think that in the annotations folder, you should be able to follow this folder hierarchy.
If I have an image folder :
- img/subdir1/{imgfile},
- img/subdir2/{imgfile},
- img/subdir3/{imgfile}
You'd probably need to have annotations :
- annotations/subdir1/{xmlfile},
- annotations/subdir2/{xmlfile},
- annotations/subdir3/{xmlfile}
And keep the export at the root of the folder.
I haven't tested this (sorry I haven't had the time), but currently all annotations files are in the same folder (the selected folder). I wonder what happens if I have several image files with the same name in various image subfolders? I think this could cause problems (like using the same mask on several photos).
Off topic: your application is really cool, I've had the idea of making one in the same style with AI options (like automatic learning, directly in the application, using a default template like Yolo, ). If you ever need some dev manpower, don't hesitate to drop me a line, I'd love to help.