l3p-cv / lost

Label Objects and Save Time (LOST) - Design your own smart Image Annotation process in a web-based environment.
https://lost.training
MIT License
549 stars 75 forks source link

SIA: Support for hierarchical image directory #111

Closed Avni-Hirpara closed 2 years ago

Avni-Hirpara commented 3 years ago

Is your feature request related to a problem? Please describe. As we will be mounting image path, Sometimes images are not directly available on the mounted repository but it has child directories to refer to. Also it might have other files(not images) which will crash application at annotation level. Can we extend application to support that feature?

Describe alternatives you've considered For me it is mandatory business requirement. I can contribute.

jaeger-j commented 3 years ago

Hi @Avni-Hirpara, thank you for your feature request. In order to contribute please follow our contribution guide

A good starting point would be to copy this request_annos script and to adjust it, in oder to deal with child directories. After that you can copy the no_ai.sia_all_tools pipeline and insert your version of the request_annos script. All information about pipeline development can be found here and here.

Best, Jonas

Avni-Hirpara commented 3 years ago

@jaeger-j - Please refer pull request - https://github.com/l3p-cv/lost/pull/112