File tree Expand file tree Collapse file tree 1 file changed +7
-4
lines changed
manager-dashboard/user_scripts Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments