Added comment
This commit is contained in:
parent
c88b938680
commit
5d77c1da4e
1 changed files with 17 additions and 1 deletions
|
|
@ -1,3 +1,19 @@
|
||||||
|
"""
|
||||||
|
The TransCrowd paper lists ShanghaiTech dataset as from here:
|
||||||
|
|
||||||
|
https://drive.google.com/file/d/1CkYppr_IqR1s6wi53l2gKoGqm7LkJ-Lc/view
|
||||||
|
|
||||||
|
Alternatively, you could prob. download from here:
|
||||||
|
|
||||||
|
https://www.kaggle.com/datasets/tthien/shanghaitech?resource=download
|
||||||
|
|
||||||
|
After downloading, execute:
|
||||||
|
|
||||||
|
$ unzip <downloaded-zip-file> -d <repo-dir>/synchronous/dataset/
|
||||||
|
|
||||||
|
To unzip the dataset correctly prior to running this script.
|
||||||
|
"""
|
||||||
|
|
||||||
import os
|
import os
|
||||||
import glob
|
import glob
|
||||||
import random
|
import random
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue