Giter Club home page Giter Club logo

yolov3-efficientnet-effyolo's Introduction

YOLOv3-EfficientNet-EffYolo

Modification of YOLOv3 by applying EfficientNet as a backbone instead of Darknet53.

Usage Installation Pip pip install -r requirements.txt Conda conda env create -f environment.yml conda activate yolov3-tf2 Convert pre-trained Darknet weights

yolov3

wget https://pjreddie.com/media/files/yolov3.weights -O data/yolov3.weights python convert.py

##Detection

yolov3

python detect.py --image ./data/meme.jpg

yolov3-tiny

python detect.py --weights ./checkpoints/yolov3-tiny.tf --tiny --image ./data/street.jpg

webcam

python detect_video.py --video 0

video file

python detect_video.py --video path_to_file.mp4 --weights ./checkpoints/yolov3-tiny.tf --tiny

reference

1.https://github.com/zzh8829/yolov3-tf2

2.https://arxiv.org/abs/1905.11946

3.https://github.com/qubvel/efficientnet

4.https://github.com/mingxingtan/efficientnet

5.https://github.com/mingxingtan/mnasnet

6.https://github.com/tsing-cv/EfficientNet-tensorflow-eager

7.https://www.reddit.com/r/MachineLearning/comments/bumjdc/r_efficientnet_rethinking_model_scaling_for

yolov3-efficientnet-effyolo's People

Contributors

zackpashkin avatar

Watchers

James Cloos avatar

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.