Git Product home page Git Product logo

yolov7-tfjs's Introduction

Real-time Object Detection in the browser with YOLOv7 and TF.JS

This repository is an implementation of Yolov7 using Tensorflow.js. The code runs directly on the browser and the detector was trained on the MS COCO dataset to recognizes up to 80 different classes.

Qries

Qries

See more examples here.

References

Official YOLOv7

Object Detection using YOLOv5 and Tensorflow.js

Acknowledgment

This code was developed under the financial assistance of the Google Developers Group, which provided all the computational resources for training and converting the models.


yolov7-tfjs's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

yolov7-tfjs's Issues

converted onnx/tfjs is twice large as original pytorch model

Hi, I followed this script convert pytorch model to tfjs.

However, the 70MB torch model becomes 140 MB in tfjs, and my IOS device won't load the tfjs model (desktop/Android is OK).

I guess the original torch model could be 16 bit, but during the conversion, it becomes 32 bit.

Do you know if there is a solution to make the model consistent (keep it be 16 bit) during the conversion?

Thank you

[Solved] question about non_max_supression function

hello! i have a doubt about why you decided to implement the non max suppression from scratch instead of using tf.image.nonMaxSuppression. my question is if you decided this for performance improvements or because you just wanted to do it. thanks in advance! and i hope you're well :DD

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.