SkalskiP / make-sense

Free to use online tool for labelling photos. https://makesense.ai
GNU General Public License v3.0
3.17k stars 525 forks source link

Please implement System Drives and Folders as Input Source #101

Open PUKL-XXXL opened 4 years ago

PUKL-XXXL commented 4 years ago

Is your feature request related to a problem? Please describe. A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

I have locally stored folders with images I would like to label. In order to do so, I need to open the folder from the dialog, mark all images. It would be great if I could choose local folders.

Describe the solution you'd like A clear and concise description of what you want to happen.

Provide functionality to also open local folders.

Describe alternatives you've considered A clear and concise description of any alternative solutions or features you've considered.

Additional context Add any other context or screenshots about the feature request here.

SkalskiP commented 4 years ago

Hi @PUKL-XXXL! MakeSense is JavaScript tool running in your browser. I don't think this kind of solution is possible from the browser. If you have any information/links suggesting otherwise, please let me know :)

sidra718 commented 4 years ago

Hello, this would be a great feature to add! I am planning to set up make-sense on a server and then access my image folder on that server for labeling, instead of uploading images. Any help would be appreciated since I am not very familiar with nodejs.

rasyidf commented 3 years ago

~I think this will be viable if Electron support added into MakeSense.~

did this mean (1) allow dropping folders instead of images? or (2) loading folders as sources?

if it's (2) then is this sample might be what you want? https://developer.mozilla.org/en-US/docs/Web/API/HTMLInputElement/webkitdirectory it's non standard but I guess less people uses IE9 right now.