ibaiGorordo / ONNX-ImageNet-1K-Object-DetectorLinks
Python scripts for performing object detection with the 1000 labels of the ImageNet dataset in ONNX. The repository combines a class agnostic object localizer to first detect the objects in the image, and next a ResNet50 model trained on ImageNet is used to label each box.
☆34Updated 4 years ago
Alternatives and similar repositories for ONNX-ImageNet-1K-Object-Detector
Users that are interested in ONNX-ImageNet-1K-Object-Detector are comparing it to the libraries listed below
Sorting:
- ByteTrack(Multi-Object Tracking by Associating Every Detection Box)のPythonでのONNX推論サンプル☆26Updated 3 years ago
- Python scripts performing class agnostic object localization using the Object Localization Network model in ONNX.☆19Updated 3 years ago
- Simple tool to change the INPUT and OUTPUT shape of ONNX.☆15Updated 9 months ago
- Python scripts for performing monocular depth estimation using the PackNet-SfM model in ONNX☆17Updated 3 years ago
- Python scripts for performing lane detection using the LSTR model in ONNX☆33Updated 4 years ago
- A very simple tool that compresses the overall size of the ONNX model by aggregating duplicate constant values as much as possible.☆52Updated 3 years ago
- [IEEE Access - 2022] LMOT : Efficient Light-Weight Detection and Tracking in Crowds