edgetpu-yolo VS YOLOv6

Compare edgetpu-yolo vs YOLOv6 and see what are their differences.

edgetpu-yolo

Minimal-dependency Yolov5 export and inference demonstration for the Google Coral EdgeTPU (by jveitchmichaelis)

YOLOv6

YOLOv6: a single-stage object detection framework dedicated to industrial applications. (by meituan)
Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
edgetpu-yolo YOLOv6
2 11
81 5,530
- 1.3%
2.6 6.7
10 days ago about 1 month ago
Python Jupyter Notebook
- GNU General Public License v3.0 only
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.

edgetpu-yolo

Posts with mentions or reviews of edgetpu-yolo. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-06-29.
  • YOLOv6: Redefine state-of-the-art for object detection
    10 projects | news.ycombinator.com | 29 Jun 2022
  • A microcontroller board with a camera, mic, and Coral Edge TPU
    1 project | news.ycombinator.com | 21 Mar 2022
    I'm on the fence. It's a very nice device if you can get your models working on it - basically untouched at the price/power point. Drivers for me have been OK. I have an M.2 card connected to a Jetson devkit (makes for a nice embedded test bench) and it runs fine, no worse than the NCS for setup anyway. There were a couple of PCI settings to tweak but I documented the setup here [0]. For common use cases it's a decent option, I think. For custom models you really need to know what you're doing.

    The main issue I've had is that the compiler behaviour differs between versions (and it's very difficult to find older releases), so where previously you could run a big model and delegate things to the CPU, now it sometimes won't compile at all. There were also problems where we trained a model in AutoML - using free credits but the real cost would have been over $100 - but edgetpu compiled model lost a lot of performance. The developers have been very helpful when I've contacted them, and generally you can get through to real devs (not generic support) who can look at your model for you. Mostly I think you need to take care when training models for these devices, but quantisation-aware training is not trivial to use in Tensorflow and there are only a few off-the-shelf models which are supported in the various toolkits. Model maker looks promising, but it's also finnicky in my experience [1].

    I'm not super worried about hardware availability. They're suffering from the chip shortage like everyone else, so it's not surprising that lead times are long. I was able to buy my device in late 2020 without any trouble.

    [0] https://github.com/jveitchmichaelis/edgetpu-yolo/blob/main/h...

YOLOv6

Posts with mentions or reviews of YOLOv6. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-12-08.

What are some alternatives?

When comparing edgetpu-yolo and YOLOv6 you can also consider the following projects:

yolov7 - Implementation of paper - YOLOv7: Trainable bag-of-freebies sets new state-of-the-art for real-time object detectors

yolov5 - YOLOv5 🚀 in PyTorch > ONNX > CoreML > TFLite

frigate - NVR with realtime local object detection for IP cameras

yolor - implementation of paper - You Only Learn One Representation: Unified Network for Multiple Tasks (https://arxiv.org/abs/2105.04206)

yolov7_d2 - 🔥🔥🔥🔥 (Earlier YOLOv7 not official one) YOLO with Transformers and Instance Segmentation, with TensorRT acceleration! 🔥🔥🔥

yolov3 - YOLOv3 in PyTorch > ONNX > CoreML > TFLite

transformers - 🤗 Transformers: State-of-the-art Machine Learning for Pytorch, TensorFlow, and JAX.

YOLOX - YOLOX is a high-performance anchor-free YOLO, exceeding yolov3~v5 with MegEngine, ONNX, TensorRT, ncnn, and OpenVINO supported. Documentation: https://yolox.readthedocs.io/

PixelLib - Visit PixelLib's official documentation https://pixellib.readthedocs.io/en/latest/

keras-yolo3 - Training and Detecting Objects with YOLO3

CATNet - 🛰️ Learning to Aggregate Multi-Scale Context for Instance Segmentation in Remote Sensing Images (TNNLS 2023)