Giter VIP home page Giter VIP logo

Comments (6)

LiJiahang617 avatar LiJiahang617 commented on September 25, 2024

i also met issues when training:
Screenshot from 2022-06-25 13-47-53

i can't understand the reason,why its a invalid directory path?

from yolov6.

meituan-gengyifei avatar meituan-gengyifei commented on September 25, 2024

The first problem might be due to the annotation's cache file. You can delete previously generated cache files and regenerate them when using a new training set. We will also optimize this part of the settings as soon as possible, and it is expected to be completed next week. At that time, you can check whether the problem still exists.
The second question suggests that you try using absolute paths in coco.yaml to see if the same problem still exists.
Thank you for your attention

from yolov6.

Dreamcatcher-wind avatar Dreamcatcher-wind commented on September 25, 2024

i also met issues when training: Screenshot from 2022-06-25 13-47-53

i can't understand the reason,why its a invalid directory path?

I think you can try to modify the root : from "../coco/images/train2017" to "./coco/images/train2017"

from yolov6.

Dreamcatcher-wind avatar Dreamcatcher-wind commented on September 25, 2024

I also met this issues.
This file".\runs\train\exp\predictions.json" may have problem, such as "image_id": 1333", my dataset don't have an image named 1333. How to solve it?
image

from yolov6.

UygarUsta99 avatar UygarUsta99 commented on September 25, 2024

I use the following code for training python tools/train.py --batch 4 --conf configs/yolov6s.py --data ./data/coco.yaml --device 0 --workers 0 But this mistake happened during the val AssertionError: Results do not correspond to current coco set image

I am having the same issue at the moment.I have deleted the generated annotations folder and .train.json and tried again but I got the same error.Also after deleting the annotations folder and json files, even though all the paths are correct, at first I receive invalid directory path issue, then I run the command again without changing anything it trains for one epoch and I get the same 'Results do not correspond to current coco set' error. It feels like a weird loop I cant debug.Thank you for your help.

from yolov6.

mingwz avatar mingwz commented on September 25, 2024

#76

from yolov6.

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.