Git Product home page Git Product logo

yolov5-pkg's Introduction

YOLOv5 Installable Package

Copy of YOLOv5 repository wrapped as an installable pip package.

Inspired from https://github.com/fcakyon/yolov5-pip.

Build Package

Build wheel file:

python setup.py bdist_wheel

Issues to resolve when cloning yolov5 repository

Integrating yolov5 repository as an installable package brings import issues. This section covers parts of code that were modified.

General imports

Insert yolov5. prefix when importing modules models and utils. For example:

from yolov5.models.common import DetectMultiBackend

Wandb

Directory yolov5.utils.loggers contains custom module wandb which has the same name as an installable pip package wandb. To prevent import errors the custom module yolov5.utils.loggers.wandb was renamed to yolov5.utils.loggers.wandb_.

Authors

Ray Chamidullin - [email protected] - Github account

yolov5-pkg's People

Contributors

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