Skip to content

romulo-maciel/yolo-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Setup Instructions

To get started with the project, please follow the steps below:

  1. Clone the repository:

    git clone https://github.com/romulo-maciel/yolo-test.git
  2. Create a Python virtual environment (venv):

    python3 -m venv .
  3. Activate the virtual environment:

    source bin/activate
  4. Download the dataset zip file from here and unzip it to the datasets/archive/ folder.

  5. Install the required dependencies:

    pip install ultralytics
  6. Run the setup script:

    python setup.py
  7. Train the YOLO model:

    yolo train model=models/yolov8n.pt data=plants.yaml epochs=50

That's it

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages