Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/youthHan/HVRNet
Code for Mining Inter-Video Proposal Relations for Video Object Detection, ECCV 2020
https://github.com/youthHan/HVRNet
Last synced: 2 months ago
JSON representation
Code for Mining Inter-Video Proposal Relations for Video Object Detection, ECCV 2020
- Host: GitHub
- URL: https://github.com/youthHan/HVRNet
- Owner: youthHan
- License: apache-2.0
- Created: 2020-07-10T13:33:07.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-08-19T12:07:46.000Z (over 2 years ago)
- Last Synced: 2024-08-03T13:14:32.768Z (5 months ago)
- Language: Python
- Size: 303 KB
- Stars: 48
- Watchers: 6
- Forks: 6
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-video-object-detection - HVR-Net - Video Proposal Relations for Video Object Detection". (**[ECCV 2020](https://link.springer.com/chapter/10.1007/978-3-030-58589-1_26)**) (Frameworks)
README
# HVRNet for Video Object Detection
[![License](https://img.shields.io/badge/license-Apache-blue.svg)](LICENSE)
Official code for Mining Inter-Video Proposal Relations for Video Object Detection, ECCV 2020
[Paper](http://www.ecva.net/papers/eccv_2020/papers_ECCV/papers/123660426.pdf)
By Mingfei Han, Yali Wang, [Xiaojun Chang](http://xiaojun.ai/), Yu Qiao.
## Citing HVRNet
Please cite our paper in your publications if it helps your research:
```
@inproceedings{han20hvrnet,
Author = {Han, Mingfei and Wang, Yali and Chang, Xiaojun and Qiao, Yu},
Title = {Mining Inter-Video Proposal Relations for Video Object Detection},
Conference = {ECCV},
Year = {2020}
}
```