Skip to content

This repository contains a yolov5 pretrained model used for detecting images from image ,video and livefeed

Notifications You must be signed in to change notification settings

rahulguggilam/Object-detection-using-yolov5

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Yolo V5 | Streamlit App | Multiple Object Detection on Pretrained Model

  • git clone "https://github.com/mazqoty/Yolo-v5-Streamlit-App-Pretrained-Model.git"
  • cd into newly created folder
  • conda create -n envyolov5 or python -m venv envyolov5
  • conda activate envyolov5 or .\envyolov5\Scripts\activate for Windows source envyolov5/bin/activate for Linux
  • RUN For Windows python ./yolov5setup.py For Linux bash ./yolov5setup.sh
  • cd yolov5
  • RUN streamlit run app.py
  • Error handling:
    • After running the above script, if no module error is occured then just find the relevent pip install <module name> command and run it
  • Other useful commands
  • conda env list
  • conda env remove -n ENV_NAME
  • conda list
  • python.exe -m pip install -r tfod1_requirements.txt --user

Click Here To Watch The Video

asciicast

About

This repository contains a yolov5 pretrained model used for detecting images from image ,video and livefeed

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published