Giter VIP home page Giter VIP logo

Comments (2)

ixez avatar ixez commented on July 22, 2024

It's YOLO, you only look once.
So how much information you look once depends on how large the patch size is.
Simply change imgsz for training, but also be aware of the GPU memory limit.

yolo detect train model=yolov8m.pt data=dataset.yaml imgsz=1088

from ultralytics.

glenn-jocher avatar glenn-jocher commented on July 22, 2024

@ixez hi there!

Thank you for reaching out. You're absolutely right that resizing images can sometimes lead to a loss of detail, especially when the target size is significantly smaller than the original. Here are a few suggestions to help mitigate this issue:

  1. Increase Image Size (imgsz): As you mentioned, increasing the imgsz parameter can help preserve more details. However, be mindful of your GPU memory limits. You can try a larger size like 1088 or even higher if your hardware allows it:

    yolo detect train model=yolov8m.pt data=dataset.yaml imgsz=1088
  2. Data Augmentation: Sometimes, applying data augmentation techniques can help the model learn to recognize objects even when details are slightly blurred. Techniques like sharpening, contrast adjustment, and noise addition can be beneficial.

  3. High-Resolution Training: If GPU memory is a constraint, consider training on high-resolution images and then using a lower resolution for inference. This way, the model learns from more detailed images.

  4. Multi-Scale Training: YOLOv8 supports multi-scale training, which can help the model generalize better across different image sizes. You can enable this by setting multi_scale=True in your training command.

  5. Check Image Quality: Ensure that the images in your dataset are of high quality and properly annotated. Sometimes, the issue might be with the dataset itself rather than the resizing process.

If you continue to face issues, please provide a minimum reproducible example so we can investigate further. You can find more details on creating a reproducible example here.

Feel free to reach out if you have any more questions or need further assistance. Happy training! 😊

from ultralytics.

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.