Giter Club home page Giter Club logo

Comments (6)

Kayzwer avatar Kayzwer commented on September 27, 2024

@smallMantou model.predict("path/to/imgs")

from ultralytics.

smallMantou avatar smallMantou commented on September 27, 2024

Do I need to list each image for detecting multiple images?

from ultralytics.

Kayzwer avatar Kayzwer commented on September 27, 2024

Do I need to list each image for detecting multiple images?

no just give the path to the img directory

from ultralytics.

smallMantou avatar smallMantou commented on September 27, 2024

Thank you for your answer.How do I know which model I am using when training my dataset, because I want to start training from scratch, but the yolo. yaml file contains n \ s \ m \ l.Grayscale_yolov5s.yaml is yolov8.yaml that I copied.
train

from ultralytics.

glenn-jocher avatar glenn-jocher commented on September 27, 2024

Hello! To determine which model configuration you are using when training from scratch, you should look at the YAML file you are specifying in your training command. Each model variant (n, s, m, l) has its own YAML file that defines the model's architecture and settings. If you've copied and renamed a YAML file, make sure to check its contents to see which model it's configured for.

For example, if you're using Grayscale_yolov5s.yaml and you've renamed it from a YOLOv8 model configuration, you should open that YAML file and review the parameters to confirm which model size it corresponds to (n, s, m, l). The model size is typically indicated by the depth and width parameters in the YAML file.

Here's a quick way to start training from scratch using a specific model configuration:

yolo train data=your_dataset.yaml model=your_model.yaml

Replace your_dataset.yaml with your dataset configuration file and your_model.yaml with the model configuration file you intend to use. This will ensure you are training with the correct model setup. Happy training! πŸš€

from ultralytics.

github-actions avatar github-actions commented on September 27, 2024

πŸ‘‹ Hello there! We wanted to give you a friendly reminder that this issue has not had any recent activity and may be closed soon, but don't worry - you can always reopen it if needed. If you still have any questions or concerns, please feel free to let us know how we can help.

For additional resources and information, please see the links below:

Feel free to inform us of any other issues you discover or feature requests that come to mind in the future. Pull Requests (PRs) are also always welcomed!

Thank you for your contributions to YOLO πŸš€ and Vision AI ⭐

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.