-
Download the Dataset:
- Download the new dataset. The dataset should be saved at
~
and contain only images, with no subdirectory structure.
- Download the new dataset. The dataset should be saved at
-
Navigate to the Backend Directory:
- Go to the backend directory.
-
Update the
new-dataset-info.env
File:- Fill the
new-dataset-info.env
file. Do not change the name of the variables, only the content. - Leave
CLASS_NAME=SupportDatasetForImagesCommon
andCOLLATE_FN=common_collate_fn
if you have not defined a new class or collate function for the dataset. - Go to
src/db_utilities/datasets.py
to check the available classes and functions, or to create new ones.
- Fill the
-
Run the
add-dataset.sh
Script:- Run
./add-dataset.sh
from the backend directory with sudo privileges.
- Run