Skip to content

Commit 1e65d9a

Browse files
authored
Update README.md
1 parent 91e6e0d commit 1e65d9a

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

manager-dashboard/user_scripts/README.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,18 +54,21 @@ You can find the utility script for DropBox here: [generate_coco_from_dropbox.py
5454
- Click **Generated access token**
5555
- Install uv on your system: https://docs.astral.sh/uv/getting-started/installation/
5656
- Download the [generate_coco_from_dropbox.py](./generate_coco_from_dropbox.py) script
57+
- Create a DropBox folder and upload images
58+
- Your image files should be stored in a public DropBox folder
5759

5860
### Creation Steps
59-
- Run the script
61+
- Copy the folder pathname in DropBox
62+
- Copy the generated access token from DropBox
63+
- Run the script
6064
```bash
6165
# Help
6266
uv run generate_coco_dropbox.py --help
6367

6468
# Sample
65-
uv run generate_coco_dropbox.py "DROPBOX_ACCESS_TOKEN" "FOLDER_PATH_IN_DROPBOX" "DESTINATION_EXPORT_FILE_NAME_IN_DROPBOX"
69+
uv run generate_coco_dropbox.py "DROPBOX_ACCESS_TOKEN" "FOLDER_PATHNAME_IN_DROPBOX" "DESTINATION_EXPORT_FILE_NAME_IN_DROPBOX"
6670

6771
# Example
6872
uv run generate_coco_dropbox.py sl.yourAccessTokenHere “/COCO TEST” “coco_export.json”
6973
```
70-
- Download the coco_export.json from the your DropBox folder
71-
74+
- Download the exported coco json from the link in terminal or your DropBox folder

0 commit comments

Comments
 (0)