33Projects are the core unit of organization in the ISS Data Collection Tool.
44Each project defines its own label system, goals, and data scope.
55
6- <!-- <img src="/docs/assets/" alt="project_main"> -->
7-
86## 🔹 What is a Project?
97
108A project groups:
@@ -27,13 +25,11 @@ To create a project:
2725 - ** Project Description**
2826 - ** Label Schema**
2927
30- <!-- < img src="/docs/assets/" alt="project_create"> -- >
28+ <img src =" /docs/assets/project_create.gif " alt =" project_create " >
3129
3230Next you will be redirected back to list of projects.
3331Select your newly created one.
3432
35- <!-- <img src="/docs/assets/" alt="project_detail"> -->
36-
3733Each project has the following sections:
3834(admin users will see all sections; regular users will only see a subset)
3935
@@ -54,7 +50,7 @@ Admins have full access to the whole application and items;
5450Non admin users by default don't have any access to project or its data
5551so you need to manually edit the permissions for it if needed.
5652
57- <!-- < img src="/docs/assets/" alt="project_permissions"> -- >
53+ <img src =" /docs/assets/project_roles.gif " alt =" project_roles " >
5854
5955See [ Users & Roles] ( /docs/users.md ) for how to manage users and set permissions
6056
@@ -64,7 +60,7 @@ After creating you can upload images or videos.
6460After labeling and sending media to the server they will appear in validation section.
6561Note: media processing on the server side may cause a slight delay before visibility.
6662
67- <!-- < img src="/docs/assets/" alt="upload"> -- >
63+ <img src =" /docs/assets/project_upload.gif " alt =" upload " >
6864
6965See [ Uploads] ( /docs/uploads.md ) for how to upload media
7066
@@ -73,7 +69,7 @@ See [Uploads](/docs/uploads.md) for how to upload media
7369When you are done with uploading you can validate this data whether it's applicable to your project or not.
7470Labels could be corrected there too.
7571
76- <!-- < img src="/docs/assets/" alt="validate"> -- >
72+ <img src =" /docs/assets/project_validate.gif " alt =" validate " >
7773
7874See [ Validation] ( /docs/validation.md ) for how to validate/ see uploaded images
7975
@@ -86,15 +82,13 @@ Each project might have a label schema, defining what’s being collected. Label
8682- Required
8783- Multiple items
8884
89- <!-- <img src="/docs/assets/" alt="labels"> -->
90-
9185See [ Labels] ( /docs/labels.md ) for how to create and assign them.
9286
9387## 🎯 Goals
9488
9589Optionally, you can define target counts for labels (e.g. "Need 100 images of ` Dog ` ").
9690
97- <!-- < img src="/docs/assets/" alt="goals"> -- >
91+ <img src =" /docs/assets/project_goals.gif " alt =" goals " >
9892
9993See [ Goals] ( /docs/goals.md ) for how to create and track them.
10094
@@ -105,15 +99,15 @@ Each project has a brief dashboard shows the collected count grouped by:
10599- Media type
106100- Validation type
107101
108- <!-- < img src="/docs/assets/" alt="stats"> -- >
102+ <img src =" /docs/assets/project_stats.gif " alt =" stats " >
109103
110104See [ Statistics] ( /docs/statistics.md )
111105
112106## 🗃 Downloading Results
113107
114108You can export annotated datasets as ` .zip ` archives with optional filters
115109
116- <!-- < img src="/docs/assets/" alt="download"> -- >
110+ <img src =" /docs/assets/project_download.gif " alt =" download " >
117111
118112See [ Downloads] ( /docs/downloads.md ) for how to request archives
119113
@@ -126,8 +120,6 @@ After you are done with editing click `SUBMIT EDIT`
126120
127121User roles could set with dedicated button.
128122
129- <!-- <img src="/docs/assets/" alt="project_edit"> -->
130-
131123---
132124
133125### ✅ Next Step
0 commit comments