Skip to content

Object detection with AI using YOLO V8, Opencv and Python 3.8.

License

Notifications You must be signed in to change notification settings

Xtalism/object-detection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Object Detection

This a Computer Vision "object detection" project. I used Python 3.8 version, yolov8 (you can also use yolov5 if you want) and Opencv to write this program.

In order to install the necessary dependencies we use requirements.txt file and build our Python 3.8 virtual environment. Just as follows:

py -3.8 -m venv {namefyourvirtualenvironment}
py -m pip -r install requirements.txt

If you happen to change or add new dependencies, you can also make your own requirements.txt file as follows:

py -m pip freeze --local > requirements.txt

You can make your own AI model with Yolov8 official website which includes a detailed tutorial on how to do it using Yolov5 or Yolov8. You can also check its proper github documentation.

If you wish, you can check Roboflow's documentation also, and explore its open source computer vision datasets and APIs here.

datasets

I personally used a custom dataset notebook from Roboflow.

notebook

About

Object detection with AI using YOLO V8, Opencv and Python 3.8.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages