Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Dawn-LX committed Mar 16, 2022
1 parent 16a6b99 commit 35a4541
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ This section helps you download the tracklets data and place them correctly, as
**NOTE** we use the term `proposal` in our code to represent tracklet proposals in video-level, which is totally different with the concept of "proposal" in "proposal-based methods" in our paper. In our paper, we use "proposals to represent paired subject-object tracklet segments. In contrast, here the term `proposal` in our code represents long-term object tracklets in video-level (i.e., without sliding window or video segments).

## Tracklet data for VidVRD
1. Download the tracklet with features at here: [train](), [test](https://pan.zju.edu.cn/share/694f908a22fff11c037eb50876)
1. Download the tracklet with features at here: [train (to be released)](), [test](https://pan.zju.edu.cn/share/694f908a22fff11c037eb50876)

2. Download the tracklet with features used in ["Beyond Short-Term Snippet: Video Relation Detection with Spatio-Temporal Global Context"](https://pkumyd.github.io/paper/CVPR2020_VideoVRD.pdf) at the author's personal page [here](http://www.muyadong.com/publication.html). (**NOTE** we use the term `pku` (i.e., Peking University) in our code to refer to their tracklets & features)

Expand All @@ -55,9 +55,9 @@ Put them under the dir of this project (or any other position if you use absolut
--dataset_class pku_i3d
```

## Tracklet data for VidOR



- TODO

# Evaluation:

Expand All @@ -75,6 +75,7 @@ Put them under the dir of this project (or any other position if you use absolut
--dataset_type vidor \
--save_path datasets/GT_json_for_eval/VidORval_gts.json
```

# Training (TODO)

the code for training is still being organized (an initial version will be completed before March 28, 2022).
Expand Down Expand Up @@ -110,4 +111,3 @@ If our work is helpful for your research, please cite our publication:
- All scores are truncated to 4 decimal places (not rounded)



0 comments on commit 35a4541

Please sign in to comment.