Skip to content

wind1117/YOLIO

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

YOLIO

The source code and dataset will be publicly available soon.

You Only Look Intensity Once: Event-Driven Long-Term High-Speed Object Detection

Wen Dong, Haiyang Mei, Yinglian Ji, Yutong Jiang, Ziqi Wei, Shengfeng He, Xin Yang

[Paper] [Project Page]

Abstract

In this work, we propose the DPNet, a novel learning-based detector that requires only a single RGB frame at the beginning of a sequence to detect high-speed objects over a 5-second duration, 25 times longer than prior methods.

Requirements

  • Python 3.8.20
  • Pytorch 1.12.1
  • Torchvision 0.13.1
  • CUDA 10.2.0
  • numpy 1.24.4

Dataset

The dataset can be obtained here.

Model Weight

The pretrained model weight can be obtained here.

Training

Run:

python train.py

Evaluation

Run:

python val.py

Inference

Run:

python infer.py

Citation

Please cite our paper if you find it is useful:

@article{dong2026you,
  title={You Only Look Intensity Once: Event-Driven Long-Term High-Speed Object Detection},
  author={Dong, Wen and Mei, Haiyang and Ji, Yinglian and Jiang, Yutong and Wei, Ziqi and He, Shengfeng and Yang, Xin},
  journal={International Journal of Computer Vision},
  volume={134},
  number={4},
  pages={149},
  year={2026},
  publisher={Springer}
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors