- Put all images in the
images
folder of the corresponding project - Update the instructions in the
guide.json
of the corresponding project - Run the script
finder.py
to find all the images that are not being used in theguide.json
- Upload your changes to the repository
The guide.json
file is a JSON file that contains all the information about the project. It contains the following fields:
images
: A list of all the images in the projectinstructions
: A guide for the annotatorsoptions
: A dictionary of the annotation options for the project:key
: the modality (e.g., slider, checkbox, buttons, etc.)dictionary
: A dictionary of the possible values for the categorieskey
: The name of the categoryvalue
: The values of the category (are getting expanded in the UI)
title
: The title of the projectdescription
: A brief description of the project