FrancescoSaverioZuppichini / non-max-suppression-in-pytorchLinks
How to implement Non Max Suppression (NMS) in PyTorch
☆17Updated 2 years ago
Alternatives and similar repositories for non-max-suppression-in-pytorch
Users that are interested in non-max-suppression-in-pytorch are comparing it to the libraries listed below
Sorting:
- Implementation of CenterNet and FairMOT with PyTorch Lightning☆71Updated 3 years ago
- ☆52Updated 4 years ago
- Python code for analysing object detection metrics☆31Updated 3 years ago
- Refactored implementation of CenterNet (Objects as Points - Zhou, Xingyi et. al.) shipping with PyTorch Lightning modules☆60Updated 2 years ago
- LightCollections⚡️: Ready-to-use implementations such as `LightningModules` for various computer vision papers.☆23Updated 2 years ago
- Light Face Detection using PyTorch Lightning☆83Updated 2 years ago
- An easy to use evaluator for object detection performance metrics, such as mAP and AR☆18Updated 3 years ago
- QUick and DIrty Domain Adaptation☆23Updated last year
- TF2 implementation of knowledge distillation using the "function matching" hypothesis from https://arxiv.org/abs/2106.05237.☆88Updated 3 years ago
- Helpers for detectron2☆40Updated 5 years ago
- A Tensorflow implementation of the DETR object detection architecture.☆64Updated 4 years ago
- Streamlit tool to explore coco datasets☆88Updated 3 years ago
- A multibranch neural net architecture. (PyTorch)☆89Updated 5 years ago
- Aloception is a set of package for computer vision: aloscene, alodataset, alonet.☆93Updated 3 months ago
- Object Detection Metrics☆39Updated 2 years ago
- Wheat Detection challenge on Kaggle☆84Updated last year
- ☆71Updated 4 years ago
- Making a PyTorch model easier than ever!☆79Updated 3 years ago
- A simple wrapper library for binding timm models as detectron2 backbones☆43Updated 2 years ago
- Tiny ResNet inspired FPN network (<2M params) for Rotated Object Detection using 5-parameter Modulated Rotation Loss☆18Updated 4 years ago
- ☆156Updated 2 years ago
- AutoML for image augmentation. AutoAlbument uses the Faster AutoAugment algorithm to find optimal augmentation policies. Documentation - …☆207Updated 4 years ago
- ☆20Updated 3 years ago
- Pytorch cyclic cosine decay learning rate scheduler☆49Updated 4 years ago
- This repository contains notebooks that show the usage of TensorFlow Lite for quantizing deep neural networks.☆174Updated 2 years ago
- ☆36Updated 3 years ago
- Python Object Detection Insights☆197Updated last year
- Minimal implementation of adaptive gradient clipping (https://arxiv.org/abs/2102.06171) in TensorFlow 2.☆85Updated 4 years ago
- Helper for dealing with MS-COCO annotations☆91Updated 2 months ago
- Large Scale Non maximum Suppression. This project implements a O(nlog(n)) approach for non max suppression, useful for object detection r…☆73Updated last month