Giter VIP home page Giter VIP logo

Comments (3)

capjamesg avatar capjamesg commented on May 24, 2024

Hello @Youho99! Thank you for creating this Issue. We would love to support YOLOv9 training in Autodistill. We would like to use the official repository, as we do in the Roboflow YOLOv9 training notebook. If you'd be interested in creating an Autodistill YOLOv9 repository, feel free to get started!

from autodistill.

Youho99 avatar Youho99 commented on May 24, 2024

The problem is that, apart from being constantly evolving, yolov9 is not packaged in pypi (and probably never will be)

I saw in your other implementations that you implemented the models present on pypi.

Do you have an idea on a development direction, for a non-packaged yolov9 model?

from autodistill.

capjamesg avatar capjamesg commented on May 24, 2024

Here is an example of how to train a YOLOv9 model using a fork of the official repository that includes a few fixes: https://github.com/roboflow/notebooks/blob/main/notebooks/train-yolov9-object-detection-on-custom-dataset.ipynb

In cases where software is not distributed as a Python package, we typically add code to manually install the package and ensure it is read from the right path when Autodistill runs. See https://github.com/autodistill/autodistill-detic/blob/main/autodistill_detic/detic_model.py#L72 as an example of how we do this. It isn't ideal, but it works.

from autodistill.

Related Issues (20)

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.