An open API service indexing awesome lists of open source software.

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".

Awesome Lists containing this project

README

          

# Scale-Time Lattice

**Project page**: http://mmlab.ie.cuhk.edu.hk/projects/ST-Lattice/

![examples](http://mmlab.ie.cuhk.edu.hk/projects/ST-Lattice/img/examples.gif)

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

![result](http://mmlab.ie.cuhk.edu.hk/projects/ST-Lattice/img/results.png)

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}
}
```