https://github.com/hellock/scale-time-lattice
Code for our CVPR 2018 paper "Optimizing Video Object Detection via a Scale-Time Lattice".
https://github.com/hellock/scale-time-lattice
Last synced: 6 months ago
JSON representation
Code for our CVPR 2018 paper "Optimizing Video Object Detection via a Scale-Time Lattice".
- Host: GitHub
- URL: https://github.com/hellock/scale-time-lattice
- Owner: hellock
- Created: 2018-04-15T16:05:26.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-06-19T13:13:59.000Z (over 7 years ago)
- Last Synced: 2025-01-24T21:12:42.159Z (about 1 year ago)
- Homepage: http://mmlab.ie.cuhk.edu.hk/projects/ST-Lattice/
- Size: 2.93 KB
- Stars: 208
- Watchers: 45
- Forks: 25
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Scale-Time Lattice
**Project page**: http://mmlab.ie.cuhk.edu.hk/projects/ST-Lattice/

We will release the code as soon as we finish the cleaning. Our implementation
is based on PyTorch and we will release both training and testing code.
## Results

Data needed to plot the figure can be found in `figure/data.pkl`.
## Citation
```
@inproceedings{STLattice2018CVPR,
author = {Chen, Kai and Wang, Jiaqi and Yang, Shuo and Zhang, Xingcheng and Xiong, Yuanjun and Loy, Chen Change and Lin, Dahua},
title = {Optimizing Video Object Detection via a Scale-Time Lattice},
booktitle = {CVPR},
year = {2018}
}
```