Skip to content

Source codes of the shoe sole detection project I developed when I worked as an image processing engineer at Eurobotik.

License

Notifications You must be signed in to change notification settings

omertascioglu/YOLOv8-ShoeInsoles-Detection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

First of All : Be sure that you are using GPU in colab.

🎯Source codes of the shoe sole detection project. I developed when I worked as an computer vision engineer at Eurobotik. Code Language is Pyhton. YOLO version is v8 (latest version during project development). I used Roboflow to pull the data sets. You can use your own dataset with api keys or use my datasets from roboflow(https://app.roboflow.com/yolov8-hlm3z/detectingshoesolesyolov8/3). I used version2 of my dataset in this repo but you can use whatever you want the main difference between second and third is that classes; v3 has only 1 classes which is soles despite v2 have 3 classes. The main idea about reducing class number is to be more specific for soles. Pay attention to the paths used in the project, update according to your own project status.

🎯With prediction.py you can use the live webcam application on any IDLE. Don't forget to add the best.py file that we previously created in Google Colab. image

Angle.py = In this file, I took project one step further. In addition to the shoe sole, we can now estimate the angles.

Ekran Resmi 2023-08-02 16 12 43

Livecam.py = Alternative and modified live-time shoe sole angle and model finding. Correction of angle detection problems, %10 error solved.

Ekran Resmi 2023-08-11 19 07 40

About

Source codes of the shoe sole detection project I developed when I worked as an image processing engineer at Eurobotik.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published