PaddleViT VS FastestDet

Compare PaddleViT vs FastestDet and see what are their differences.

FastestDet

:zap: A newly designed ultra lightweight anchor free target detection algorithm, weight only 250K parameters, reduces the time consumption by 10% compared with yolo-fastest, and the post-processing is simpler (by dog-qiuqiu)
Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
PaddleViT FastestDet
2 1
1,169 713
- -
0.0 0.0
over 1 year ago about 1 year ago
Python Python
Apache License 2.0 BSD 3-clause "New" or "Revised" License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

PaddleViT

Posts with mentions or reviews of PaddleViT. We have used some of these posts to build our list of alternatives and similar projects.

FastestDet

Posts with mentions or reviews of FastestDet. We have used some of these posts to build our list of alternatives and similar projects.
  • FastestDet: a new ultra real-time anchor free target detection algorithm designed for ARM CPU, with only 250K parameters,
    1 project | dev.to | 3 Jul 2022
    The time consumption in the table is measured by ncnn. The test platform is RK3568 ARM CPU. Compared with Yolo-fastest, the time consumption of fastestdet single core is reduced by 50%, and the index of map0.5 is 3.4% higher than Yolo-fastest. In fact, due to the increase of input resolution, the calculation amount of FastestDet is nearly twice that of Yolo-fastest. However, thanks to the minimalist network structure and the reduction of memory access, the actual test time on multiple platforms is greatly reduced, especially on single core or weak performance platforms, and the speed is increased by 50%+

What are some alternatives?

When comparing PaddleViT and FastestDet you can also consider the following projects:

medicaldetectiontoolkit - The Medical Detection Toolkit contains 2D + 3D implementations of prevalent object detectors such as Mask R-CNN, Retina Net, Retina U-Net, as well as a training and inference framework focused on dealing with medical images.

layout-parser - A Unified Toolkit for Deep Learning Based Document Image Analysis

mmrazor - OpenMMLab Model Compression Toolbox and Benchmark.

ssd_keras - A Keras port of Single Shot MultiBox Detector

SINet - Camouflaged Object Detection, CVPR 2020 (Oral)

PyTorch-Vision-Transformer-ViT-MNIST-CIFAR10 - Simplified Pytorch implementation of Vision Transformer (ViT) for small datasets like MNIST, FashionMNIST, SVHN and CIFAR10.

ttach - Image Test Time Augmentation with PyTorch!

ml-cvnets - CVNets: A library for training computer vision networks

sigmarsgarden - Opus Magnum's Sigmar's Garden Autosolver, using OpenCV Template Matching

inference - A fast, easy-to-use, production-ready inference server for computer vision supporting deployment of many popular model architectures and fine-tuned models.

diffseg - DiffSeg is an unsupervised zero-shot segmentation method using attention information from a stable-diffusion model. This repo implements the main DiffSeg algorithm and additionally includes an experimental feature to add semantic labels to the masks based on a generated caption.

FSL-Mate - FSL-Mate: A collection of resources for few-shot learning (FSL).