Skip to content

Latest commit

 

History

History
21 lines (18 loc) · 706 Bytes

images.md

File metadata and controls

21 lines (18 loc) · 706 Bytes

Use case: upload directories with images

For this case user has to drag and drop one or several directories with images. Directory name defines Dataset name.

.
├── my_folder1
│   ├── img_01.JPG
│   ├── img_02.jpeg
│   └── img_03.png
├── my_folder2
│   ├── img_01.JPG
│   ├── img_02.jpeg
│   └── img_03.png
└── my_folder3
    ├── img_01.JPG
    ├── img_02.jpeg
    └── img_03.png

In this example we will drag and drop three directories: my_folder1, my_folder2 and my_folder3 at a time. As a result we will get a project with three datasets with the names of corresponding directories.