Skip to content

This is a yolov5 model trained on cylinder data which can be used to track moving gas cylinders on a conveyor belt.

License

Notifications You must be signed in to change notification settings

Gokul-GMenon/cylinder-detection-yolov5

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Detect gas cylinders in conveyor belts 💞 💞

  • This model can be used to track moving gas cylinders in a conveyor belt.
  • It was built as part of a solution of a problem statement
  • It uses the yolov5 model to detect the cylinders. The model was trained using a custom dataset and the wieghts were obtained.
  • A custom detect.py file has been done based on the detect.py on the yolov5 repo. After one clones the repo, replace that file with this file. This will enable each instance of detection of the file (an image or a video) to be stored on a given destination folder along with a text file that gives infromation about the detected cylinders.

Dataset Used

  • The dataset of cylinders was provided as part of a problem statement.
  • This dataset was then labelled and augmented in Roboflow.
  • Find the link of the dataset here.

How to use

This is a yolov5 model trained on cylinder data which is used to detect gas cylinders from top view images and videos

  • Clone the yolov5 repository from here.
  • After cloning, clone this repository, copy the yolov5 folder into the same directory. Then run the detect_cylinder.py file (As of now, on a windows machine) like:
python detect_cylinder.py --src [NAME OF SOURCE FILE] --dest [NAME OF DESTINATION FILE]

About

This is a yolov5 model trained on cylinder data which can be used to track moving gas cylinders on a conveyor belt.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages