Skip to content

Implementation of the seq-nms post-processing algorithm for video object detection

License

Notifications You must be signed in to change notification settings

tmoopenn/seq-nms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Seq-NMS for Video Object Detection

This project provides a python implementation of [Seq-NMS] (https://arxiv.org/abs/1602.08465) post-processing algorithm for video object detection.

Setup Details

This repository is developed and tested with python 3.7.3. Setup requires and is tested with cython (0.29.20) and numpy (1.18.5)

Run the following command to build and compile the cython file compute_overlap.pyx:

python setup.py build_ext --inplace

About

Implementation of the seq-nms post-processing algorithm for video object detection

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages