Giter VIP home page Giter VIP logo

Comments (7)

nguyenthekhoig7 avatar nguyenthekhoig7 commented on June 4, 2024 2

Hi, same here. I got the same problem, and I found a walkaround to get over it (not sure if it will work to submit as a PR).

You can open the yolo.py file (click on the blue link to the file), change the line that directly causing this error from
for xyxy, mask, _, class_id, _ in detections:

to

for xyxy, mask, _, class_id, _ , _ in detections: (add one placeholder)

The reason for this walkaround is that when I printed out the detections variable and turned out it had 6 var instead of 5, so I added one.

Hope this helps.

from autodistill.

nguyenthekhoig7 avatar nguyenthekhoig7 commented on June 4, 2024 1

Since the file I made the change to is in the supervision folder, not autodistill, I am not sure if I can submit a PR for this. I hope that there's another way for this rather than manually fixing like the way I did.

from autodistill.

SkalskiP avatar SkalskiP commented on June 4, 2024 1

Hi @nguyenthekhoig7 and @sa136199, This problem is related to a bug in the current version of supervision. All you must do is pip install supervision==0.19.0rc2 in your Python environment. This will update supervision and the bug should go away.

from autodistill.

sa136199 avatar sa136199 commented on June 4, 2024

Thank you
This method solved my problem
I also hope there can be a fundamental solution
Anyway thank you very much

from autodistill.

sa136199 avatar sa136199 commented on June 4, 2024

Thank you for providing a more convenient solution

from autodistill.

capjamesg avatar capjamesg commented on June 4, 2024

We will be releasing a new version of supervision in the next week that will solve this problem.

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.