All Projects → JdeRobot → DetectionMetrics

JdeRobot / DetectionMetrics

Licence: GPL-3.0 license
Tool to evaluate deep-learning detection and segmentation models, and to create datasets

Programming Languages

C++
36643 projects - #6 most used programming language
python
139335 projects - #7 most used programming language
CMake
9771 projects
c
50402 projects - #5 most used programming language
Slice
8 projects
shell
77523 projects

Projects that are alternatives of or similar to DetectionMetrics

datumaro
Dataset Management Framework, a Python library and a CLI tool to build, analyze and manage Computer Vision datasets.
Stars: ✭ 274 (+315.15%)
Mutual labels:  imagenet, coco, pascal-voc
simpleAICV-pytorch-ImageNet-COCO-training
SimpleAICV:pytorch training example on ImageNet(ILSVRC2012)/COCO2017/VOC2007+2012 datasets.Include ResNet/DarkNet/RetinaNet/FCOS/CenterNet/TTFNet/YOLOv3/YOLOv4/YOLOv5/YOLOX.
Stars: ✭ 276 (+318.18%)
Mutual labels:  imagenet, coco, darknet
Pytorch Imagenet Cifar Coco Voc Training
Training examples and results for ImageNet(ILSVRC2012)/CIFAR100/COCO2017/VOC2007+VOC2012 datasets.Image Classification/Object Detection.Include ResNet/EfficientNet/VovNet/DarkNet/RegNet/RetinaNet/FCOS/CenterNet/YOLOv3.
Stars: ✭ 130 (+96.97%)
Mutual labels:  imagenet, coco, darknet
Imglab
To speedup and simplify image labeling/ annotation process with multiple supported formats.
Stars: ✭ 723 (+995.45%)
Mutual labels:  coco, pascal-voc
JSON2YOLO
Convert JSON annotations into YOLO format.
Stars: ✭ 222 (+236.36%)
Mutual labels:  coco, darknet
RetinaNet Tensorflow
Focal Loss for Dense Object Detection.
Stars: ✭ 52 (-21.21%)
Mutual labels:  coco, pascal-voc
Efficientdet.pytorch
Implementation EfficientDet: Scalable and Efficient Object Detection in PyTorch
Stars: ✭ 1,383 (+1995.45%)
Mutual labels:  coco, pascal-voc
Yolo person detect
person detect based on yolov3 with several Python scripts
Stars: ✭ 212 (+221.21%)
Mutual labels:  coco, darknet
Php Opencv Examples
Tutorial for computer vision and machine learning in PHP 7/8 by opencv (installation + examples + documentation)
Stars: ✭ 333 (+404.55%)
Mutual labels:  imagenet, darknet
Chainer Pspnet
PSPNet in Chainer
Stars: ✭ 76 (+15.15%)
Mutual labels:  imagenet, pascal-voc
Map
mean Average Precision - This code evaluates the performance of your neural net for object recognition.
Stars: ✭ 2,324 (+3421.21%)
Mutual labels:  darknet, pascal-voc
cisip-FIRe
Fast Image Retrieval (FIRe) is an open source project to promote image retrieval research. It implements most of the major binary hashing methods to date, together with different popular backbone networks and public datasets.
Stars: ✭ 40 (-39.39%)
Mutual labels:  imagenet, coco
Openlabeling
Label images and video for Computer Vision applications
Stars: ✭ 706 (+969.7%)
Mutual labels:  darknet, pascal-voc
Soft Nms
Object Detection
Stars: ✭ 708 (+972.73%)
Mutual labels:  coco, pascal-voc
keras cv attention models
Keras/Tensorflow attention models including beit,botnet,CMT,CoaT,CoAtNet,convnext,cotnet,davit,efficientdet,efficientnet,fbnet,gmlp,halonet,lcnet,levit,mlp-mixer,mobilevit,nfnets,regnet,resmlp,resnest,resnext,resnetd,swin,tinynet,uniformer,volo,wavemlp,yolor,yolox
Stars: ✭ 159 (+140.91%)
Mutual labels:  imagenet, coco
Torchdistill
PyTorch-based modular, configuration-driven framework for knowledge distillation. 🏆18 methods including SOTA are implemented so far. 🎁 Trained models, training logs and configurations are available for ensuring the reproducibiliy.
Stars: ✭ 177 (+168.18%)
Mutual labels:  imagenet, coco
PyTorch-Spiking-YOLOv3
A PyTorch implementation of Spiking-YOLOv3. Two branches are provided, based on two common PyTorch implementation of YOLOv3(ultralytics/yolov3 & eriklindernoren/PyTorch-YOLOv3), with support for Spiking-YOLOv3-Tiny at present.
Stars: ✭ 144 (+118.18%)
Mutual labels:  coco, pascal-voc
PyTorch-LMDB
Scripts to work with LMDB + PyTorch for Imagenet training
Stars: ✭ 49 (-25.76%)
Mutual labels:  imagenet
SegCaps
A Clone version from Original SegCaps source code with enhancements on MS COCO dataset.
Stars: ✭ 62 (-6.06%)
Mutual labels:  coco
SAN
[ECCV 2020] Scale Adaptive Network: Learning to Learn Parameterized Classification Networks for Scalable Input Images
Stars: ✭ 41 (-37.88%)
Mutual labels:  imagenet

Detection Metrics

Publish Docker image

More info and documentation here.

Detection Metrics is a set of tools to evaluate object detection neural networks models over the common object detection datasets. The tools can be accessed using the GUI or the command line applications. In the picture below, the general architecture is displayed.

general_architecture

The tools provided are:

  • Viewer: view the dataset images with the annotations.
  • Detector: run a model over a dataset and get generate a new annotated dataset.
  • Evaluator: evaluate the ground truth dataset with another one and get the comparison metrics.
  • Deployer: run a model over different inputs like a video or webcam and generate a new annotated dataset.
  • Converter: convert a dataset into another dataset format.
  • Command line application (CLI): access Detection Metrics toolset through command line
  • Detection Metrics as ROS Node: use Detection Metrics as a ROS Node.
  • Labelling: add or modify labels in the datasets in runtime when running Deployer.

The idea is to offer a generic infrastructure to evaluate object detection models against a dataset and compute the common statistics:

  • mAP
  • mAR
  • Mean inference time.

What's supported in Detection Metrics.

Support Detail
Supported OS Multiplatform using Docker
Supported datasets
  • COCO
  • ImageNet
  • Pascal VOC
  • Jderobot recorder logs
  • Princeton RGB dataset
  • Spinello dataset
  • Open images dataset
Supported frameworks
  • TensorFlow
  • Keras
  • PyTorch
  • Yolo-OpenCV
  • Caffe
  • Background substraction
Supported inputs in Deployer
  • WebCamera/USB Camera
  • Videos
  • Streams from ROS
  • Streams from ICE
  • JdeRobot Recorder Logs

Installation

Install packaged image

To quickly get started with Detection Metrics, we provide a docker image.

  • Download docker image and run it
    docker run -dit --name detection-metrics -v [local_directory]:/root/volume/ -e DISPLAY=host.docker.internal:0 jderobot/detection-metrics:noetic

This will start the GUI, provide a configuration file (appConfig.yml can be used) and you are ready to go. Check out the web for more information

Installation from source (Linux only)

Check the installation guide here. This is also the recommended installation for contributors.

Starting with Detection Metrics

Check out the beginner's tutorial.

General Detection Metrics GUI

The top toolbar shows the different tools available.

Example of detection and console output in Detection Metrics

Two image views are displayed, one with the ground truth and the other with the detected annotations. In the console output, log info is shown.

detector

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].