Skip to content

Learn how to deploy YOLOV5 models with custom scripts in this GitHub repository. Modify the "detect.py" file to make decisions based on the detected classes for your project.

License

Notifications You must be signed in to change notification settings

ImtiazUlHassan/yolov5withCustomisedDetect.py

 
 

Repository files navigation

Deploying Custom YOLOV5 Custom Trained Models

Clone the project

  https://github.com/ImtiazUlHassan/yolov5withCustomisedDetect.py.git
  

Go to the project directory

cd yolov5

pip install -r requirements.txt  # install

Run the following

python3 Webcam.py

image

About

Learn how to deploy YOLOV5 models with custom scripts in this GitHub repository. Modify the "detect.py" file to make decisions based on the detected classes for your project.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 98.5%
  • Other 1.5%