tmoopenn / seq-nms

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:MIT License


Languages

Language:Python 79.5%Language:Cython 20.5%