All Projects → Stinky-Tofu → Stronger Yolo

Stinky-Tofu / Stronger Yolo

Licence: mit
🔥Improve yolo with latest paper

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Stronger Yolo

Mobilenet Yolo
MobileNetV2-YoloV3-Nano: 0.5BFlops 3MB HUAWEI P40: 6ms/img, YoloFace-500k:0.1Bflops 420KB🔥🔥🔥
Stars: ✭ 1,566 (+190.54%)
Mutual labels:  yolo, yolov3, mobilenetv2
Tensornets
High level network definitions with pre-trained weights in TensorFlow
Stars: ✭ 982 (+82.19%)
Mutual labels:  yolo, yolov3, mobilenetv2
Yolo3 4 Py
A Python wrapper on Darknet. Compatible with YOLO V3.
Stars: ✭ 504 (-6.49%)
Mutual labels:  yolo, yolov3
miemiedetection
Pytorch implementation of YOLOX、PPYOLO、PPYOLOv2、FCOS an so on.
Stars: ✭ 52 (-90.35%)
Mutual labels:  yolo, yolov3
Bmw Yolov4 Training Automation
This repository allows you to get started with training a state-of-the-art Deep Learning model with little to no configuration needed! You provide your labeled dataset or label your dataset using our BMW-LabelTool-Lite and you can start the training right away and monitor it in many different ways like TensorBoard or a custom REST API and GUI. NoCode training with YOLOv4 and YOLOV3 has never been so easy.
Stars: ✭ 533 (-1.11%)
Mutual labels:  yolo, yolov3
Trainyourownyolo
Train a state-of-the-art yolov3 object detector from scratch!
Stars: ✭ 399 (-25.97%)
Mutual labels:  yolo, yolov3
yolo-deepsort-flask
Target detection and multi target tracking platform based on Yolo DeepSort and Flask.
Stars: ✭ 29 (-94.62%)
Mutual labels:  yolo, yolov3
Pytorch Yolo V3
A PyTorch implementation of the YOLO v3 object detection algorithm
Stars: ✭ 3,148 (+484.04%)
Mutual labels:  yolo, yolov3
go-darknet
Go bindings for Darknet (YOLO v4 / v3)
Stars: ✭ 56 (-89.61%)
Mutual labels:  yolo, yolov3
Alturos.yolo
C# Yolo Darknet Wrapper (real-time object detection)
Stars: ✭ 308 (-42.86%)
Mutual labels:  yolo, yolov3
Tensorflow 2.x Yolov3
YOLOv3 implementation in TensorFlow 2.3.1
Stars: ✭ 300 (-44.34%)
Mutual labels:  yolo, yolov3
Deep Sort Yolov4
People detection and optional tracking with Tensorflow backend.
Stars: ✭ 306 (-43.23%)
Mutual labels:  yolo, yolov3
live-cctv
To detect any reasonable change in a live cctv to avoid large storage of data. Once, we notice a change, our goal would be track that object or person causing it. We would be using Computer vision concepts. Our major focus will be on Deep Learning and will try to add as many features in the process.
Stars: ✭ 23 (-95.73%)
Mutual labels:  yolo, yolov3
object-tracking
Multiple Object Tracking System in Keras + (Detection Network - YOLO)
Stars: ✭ 89 (-83.49%)
Mutual labels:  yolo, yolov3
yolo3 tensorflow
yolo3 implement by tensorflow, including mobilenet_v1, mobilenet_v2
Stars: ✭ 48 (-91.09%)
Mutual labels:  mobilenetv2, yolov3
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/
Stars: ✭ 6,570 (+1118.92%)
Mutual labels:  yolo, yolov3
Mobilenetv2 Yolov3
yolov3 with mobilenetv2 and efficientnet
Stars: ✭ 258 (-52.13%)
Mutual labels:  yolov3, mobilenetv2
Msnhnet
🔥 (yolov3 yolov4 yolov5 unet ...)A mini pytorch inference framework which inspired from darknet.
Stars: ✭ 357 (-33.77%)
Mutual labels:  yolov3, mobilenetv2
Mask-YOLO
Inspired from Mask R-CNN to build a multi-task learning, two-branch architecture: one branch based on YOLOv2 for object detection, the other branch for instance segmentation. Simply tested on Rice and Shapes. MobileNet supported.
Stars: ✭ 100 (-81.45%)
Mutual labels:  yolo, mobilenetv2
lightDenseYOLO
A real-time object detection app based on lightDenseYOLO Our lightDenseYOLO is the combination of two components: lightDenseNet as the CNN feature extractor and YOLO v2 as the detection module
Stars: ✭ 20 (-96.29%)
Mutual labels:  yolo, yolov3

train dataset: VOC 2012 + VOC 2007
test size: 544
test code: Faster rcnn (not use 07 metric)
test GPU: 12G 2080Ti
test CPU: E5-2678 v3 @ 2.50GHz

Version Network Backbone Initial weight VOC2007 Test(mAP) Inference(GPU) Inference(CPU) Params
V1 YOLOV3 Darknet53 YOLOV3-608.weights 88.8 30.0ms 255.8ms 248M
V2 YOLOV3 Darknet53 Darknet53_448.weights 83.3 30.0ms 255.8ms 248M
V3 YOLOV3-Lite MobilenetV2 MobilenetV2_1.0_224.ckpt 79.4 18.9ms 80.9ms 27.3M

Check Strongeryolo-pytorch for pytorch version with channel-pruning.
There is also a MNN Demo for Verson V3.

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].