├── LICENSE.txt ├── README.md ├── compute_overlap.pyx ├── seq_nms.py └── setup.py /LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmoopenn/seq-nms/HEAD/LICENSE.txt -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmoopenn/seq-nms/HEAD/README.md -------------------------------------------------------------------------------- /compute_overlap.pyx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmoopenn/seq-nms/HEAD/compute_overlap.pyx -------------------------------------------------------------------------------- /seq_nms.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmoopenn/seq-nms/HEAD/seq_nms.py -------------------------------------------------------------------------------- /setup.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmoopenn/seq-nms/HEAD/setup.py --------------------------------------------------------------------------------