Giter Club home page Giter Club logo

Comments (3)

WongKinYiu avatar WongKinYiu commented on July 22, 2024 5

Code for multi-task will be release in the future.

from yolov9.

B4RT1M avatar B4RT1M commented on July 22, 2024

Hi, I wanted to ask the same.
The segment folder already exists and the train.py script looks similar to the yolov7 version to me.
Will you provide the yolo-seg.pt weights? Or can I use the pretrained weights provided for yolov7?
When I am trying to train from scratch with the provided yolov7-af-seg.yaml cfg file I am facing the following issue:

Traceback (most recent call last):
File "segment/train.py", line 646, in
main(opt)
File "segment/train.py", line 542, in main
train(opt.hyp, opt, device, callbacks)
File "segment/train.py", line 220, in train
hyp['obj'] *= (imgsz / 640) ** 2 * 3 / nl # scale to image size and layers
KeyError: 'obj'

Edit:
By changing line 11: "dfl: 0.7" to "obj: 0.7" it seems to work now. Still some pretrained weights will be appreciated.

from yolov9.

marziyemahmoudifar avatar marziyemahmoudifar commented on July 22, 2024

Hi, I wanted to ask the same. The segment folder already exists and the train.py script looks similar to the yolov7 version to me. Will you provide the yolo-seg.pt weights? Or can I use the pretrained weights provided for yolov7? When I am trying to train from scratch with the provided yolov7-af-seg.yaml cfg file I am facing the following issue:

Traceback (most recent call last): File "segment/train.py", line 646, in main(opt) File "segment/train.py", line 542, in main train(opt.hyp, opt, device, callbacks) File "segment/train.py", line 220, in train hyp['obj'] *= (imgsz / 640) ** 2 * 3 / nl # scale to image size and layers KeyError: 'obj'

Edit: By changing line 11: "dfl: 0.7" to "obj: 0.7" it seems to work now. Still some pretrained weights will be appreciated.

Hi dear
I have similar error, can you guide me to solve it?

from yolov9.

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.