Skip to content

iamakthecoder/YOLOP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

YOLOP

Requirement

conda install pytorch==1.7.0 torchvision==0.8.0 cudatoolkit=10.2 -c pytorch

See requirements.txt for additional dependencies and version requirements.

pip install -r requirements.txt

Demo Test

Load the model in --weights

There are two testing methods.

Folder

Store the image or video in --source, and then save the result to --save-dir

python tools/demo.py --weights checkpoint.pth --source inference/images

Camera

For any camera connected to the computer, set the source as the camera number (the default is 0).

python tools/demo.py --weights checkpoint.pth --source 0 

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published