├── README.md └── figure └── data.pkl /README.md: -------------------------------------------------------------------------------- 1 | # Scale-Time Lattice 2 | 3 | **Project page**: http://mmlab.ie.cuhk.edu.hk/projects/ST-Lattice/ 4 | 5 | 6 | ![examples](http://mmlab.ie.cuhk.edu.hk/projects/ST-Lattice/img/examples.gif) 7 | 8 | 9 | We will release the code as soon as we finish the cleaning. Our implementation 10 | is based on PyTorch and we will release both training and testing code. 11 | 12 | 13 | ## Results 14 | 15 | ![result](http://mmlab.ie.cuhk.edu.hk/projects/ST-Lattice/img/results.png) 16 | 17 | Data needed to plot the figure can be found in `figure/data.pkl`. 18 | 19 | 20 | ## Citation 21 | 22 | ``` 23 | @inproceedings{STLattice2018CVPR, 24 | author = {Chen, Kai and Wang, Jiaqi and Yang, Shuo and Zhang, Xingcheng and Xiong, Yuanjun and Loy, Chen Change and Lin, Dahua}, 25 | title = {Optimizing Video Object Detection via a Scale-Time Lattice}, 26 | booktitle = {CVPR}, 27 | year = {2018} 28 | } 29 | ``` 30 | -------------------------------------------------------------------------------- /figure/data.pkl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hellock/scale-time-lattice/5fb6af2f72677bbad6ca2342387dda8e59bee754/figure/data.pkl --------------------------------------------------------------------------------