yolov5 VS yolov5js

Compare yolov5 vs yolov5js and see what are their differences.

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
yolov5 yolov5js
129 3
46,921 44
3.3% -
8.8 10.0
5 days ago over 1 year ago
Python TypeScript
GNU Affero General Public License v3.0 MIT 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.

yolov5

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

yolov5js

Posts with mentions or reviews of yolov5js. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-12-07.
  • Football Players Tracking with YOLOv5 + ByteTRACK Tutorial
    3 projects | /r/computervision | 7 Dec 2022
    I love this! TF.js is big! And to answer your question - sure, we can run that model in the browser. This is the YOLOv5 model it can be converted from PyTorch to TF.js with this script: https://github.com/ultralytics/yolov5/blob/master/export.py And then run it with my NPM package https://github.com/SkalskiP/yolov5js. ML in Java Script is the future! The problem is I don't know anything about any good tracker implemented in JS.
  • Use YOLOv5 tensorflow.js models to speed up annotation
    3 projects | /r/deeplearning | 4 Oct 2022
    makesense.ia is certainly the largest one. I just recently started https://github.com/SkalskiP/yolov5js with the aim to make it much easier for frontend developers without computer vision background to use object detection in their projects. Apart from that, I have https://github.com/SkalskiP/ILearnDeepLearning.py which is a repository containing examples related to my blog posts on Medium https://medium.com/@piotr.skalski92.
    2 projects | /r/computervision | 3 Oct 2022
    By the way, I have created an NPM package, which can also make it easier for you to deploy YOLOv5 in the browser. https://github.com/SkalskiP/yolov5js

What are some alternatives?

When comparing yolov5 and yolov5js you can also consider the following projects:

mmdetection - OpenMMLab Detection Toolbox and Benchmark

TensorFlowTTS-ts - This project implements TensorflowTTS in Tensorflow.js using Typescript, enabling real-time text-to-speech in the browser. With pre-trained model for English language, you can generate high-quality speech from text input.

detectron2 - Detectron2 is a platform for object detection, segmentation and other visual recognition tasks.

ILearnDeepLearning.py - This repository contains small projects related to Neural Networks and Deep Learning in general. Subjects are closely linekd with articles I publish on Medium. I encourage you both to read as well as to check how the code works in the action.

darknet - YOLOv4 / Scaled-YOLOv4 / YOLO - Neural Networks for Object Detection (Windows and Linux version of Darknet )

links-detector - 📖 👆🏻 Links Detector makes printed links clickable via your smartphone camera. No need to type a link in, just scan and click on it.

Deep-SORT-YOLOv4 - People detection and optional tracking with Tensorflow backend.

notebooks - Examples and tutorials on using SOTA computer vision models and techniques. Learn everything from old-school ResNet, through YOLO and object-detection transformers like DETR, to the latest models like Grounding DINO and SAM.

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

IDP - IDP is an open source AI IDE for data scientists and big data engineers.

OpenCV - Open Source Computer Vision Library

tfjs - A WebGL accelerated JavaScript library for training and deploying ML models.