Skip to content

Commit

Permalink
Update GETTING_STARTED.md
Browse files Browse the repository at this point in the history
Thank you for your nice tool. I fixed the typo in README
`download_dataset` -> `download_datasets`
  • Loading branch information
mqcmd196 authored Oct 23, 2023
1 parent a31240d commit 6f95c98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/GETTING_STARTED.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Our code is tested on Ubuntu. I have briefly tested the GUI on Windows. Might al

I recommend either softlinking (`ln -s`) existing data or use the provided `scripts/download_datasets.py` to structure the datasets as our format.

`python -m scripts.download_dataset`
`python -m scripts.download_datasets`

The structure is the same as the one in STCN -- you can place XMem in the same folder as STCN and it will work.
The script uses Google Drive and sometimes fails when certain files are blocked from automatic download. You would have to do some manual work in that case.
Expand Down

0 comments on commit 6f95c98

Please sign in to comment.