Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Dawn-LX committed May 12, 2022
1 parent ba6d201 commit a206ea4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ Put them under the dir of this project (or any other position if you use absolut
## Tracklet data for VidOR

- Download the I3D feature of train & val videos (used for grounding stage) at [here](https://mega.nz/folder/FAxh0CiC#2zLOovjX8epdgMq5rXwEhg)
- Download the pre-prepared cache data for VidOR-val ([here](https://mega.nz/folder/VcwA1DaI#YW2M_uFsbsE6twHDIpfPuw), around 19G), VidOR-train ([here](https://mega.nz/folder/8IBzkKQS#6TXQWikT4HL5LoCnQrpsJA), 14 parts in total, around 126G), and put them in `datasets/cache`.
- Download the pre-prepared cache data for VidOR-val ([here](https://mega.nz/folder/VcwA1DaI#YW2M_uFsbsE6twHDIpfPuw), around 19G), VidOR-train ([here](https://mega.nz/folder/8IBzkKQS#6TXQWikT4HL5LoCnQrpsJA), 14 parts in total, around 126G), and put them in `datasets/cache`. (these cached data includes classeme features)
- **Some Notes**

Ideally, you can prepare these cache data from `.npy` files (as did in VidVRD). However, due to some ancient coding reasons, we extract bbox RoI feature for each frame, which makes these `.npy` files too large (**827G** for VidOR-train and **90G** for VidOR-val). Therefore, we only release pre-prepared cache data as above.
Expand Down

0 comments on commit a206ea4

Please sign in to comment.