Giter Club home page Giter Club logo

Comments (5)

Chilicyy avatar Chilicyy commented on June 9, 2024

Hi @KaranBhuva22 , you could git pull the latest code from main branch, and download the corresponding pretrained weights from here under Assets. Then you can fine-tune YOLOv6 models with rectangular training parameter. Otherwise, you could also modify the code referring to code from main branch.

from yolov6.

KaranBhuva22 avatar KaranBhuva22 commented on June 9, 2024

Hello @Chilicyy , could you please clarify why the --rect parameter is missing in infer.py on the main branch? Additionally, how would one go about running inference if the model has been trained in rectangular mode?

from yolov6.

Chilicyy avatar Chilicyy commented on June 9, 2024

Hi @KaranBhuva22 , you can specify img-size when running inference, for example --img-size 640 512.

from yolov6.

KaranBhuva22 avatar KaranBhuva22 commented on June 9, 2024

Hi @Chilicyy , in rectangular training mode, the image sizes vary from one another. Here's an illustration:

Image 1:
Original Image Shape: (418, 1368, 3)
Resized Image Shape: (224, 640, 3)

Image 2:
Original Image Shape: (2000, 1285, 3)
Resized Image Shape: (640, 413, 3)

As demonstrated, the width and height of each image may differ. This raises a concern regarding how to specify the --img-size parameter during inference. Kindly correct me if my understanding is incorrect!

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.