Giter Club home page Giter Club logo

Comments (6)

Chilicyy avatar Chilicyy commented on June 18, 2024

Hi @KaranBhuva22 , it sounds like an interesting project. As for the performance of trained model, I wonder if it is related to the data and label distribution of training set.

from yolov6.

KaranBhuva22 avatar KaranBhuva22 commented on June 18, 2024

Hi @Chilicyy,
I don't think it is related to data distribution issues because there was enough data for each class to fine-tune the model.

from yolov6.

Chilicyy avatar Chilicyy commented on June 18, 2024

Hi @KaranBhuva22 , did you do training with fuse_ab mode open?

from yolov6.

KaranBhuva22 avatar KaranBhuva22 commented on June 18, 2024

Yes @Chilicyy fuse_ab mode is open. I didn't modify it.

from yolov6.

Chilicyy avatar Chilicyy commented on June 18, 2024

@KaranBhuva22 Well, as for the problems you encountered, there's a few possible ways for improvements, I hope it helps.

  1. With fuse_ab mode open, check anchors through AutoAnchor referring to the feature from yolov5, and then modify the initialization of anchors in config file.
  2. Try to train from scratch instead of fine-tuning models, for the data distribution is rather different from COCO dataset.
  3. Apply a larger scale of YOLOv6 model, such as yolov6n upgrade to yolov6s, to check if the model capacity is enough for your custom tasks.

from yolov6.

KaranBhuva22 avatar KaranBhuva22 commented on June 18, 2024

@KaranBhuva22 Well, as for the problems you encountered, there's a few possible ways for improvements, I hope it helps.

Hello @Chilicyy, Thanks for the quick response.

  1. With fuse_ab mode open, check anchors through AutoAnchor referring to the feature from yolov5, and then modify the initialization of anchors in config file.

fuse_ab mode is not open since I am fine-tuning with yolov6l6_finetune.py, Anchor Aided Training Mode is currently unsupported on P6 models."

  1. Try to train from scratch instead of fine-tuning models, for the data distribution is rather different from COCO dataset.

Which config file should I use for L6 model scratch training? Is there anything else I need to change except the configuration file for scratch training?

  1. Apply a larger scale of YOLOv6 model, such as yolov6n upgrade to yolov6s, to check if the model capacity is enough for your custom tasks.

As I mentioned above, I am using the largest model, 'YOLOV6-L6', with 1280 resolution.

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.