8000 GitHub - owenliang/learnpytorch
[go: up one dir, main page]

Skip to content

owenliang/learnpytorch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

learnpytorch

ref

https://pytorch.org/tutorials/

pip3 install torch torchvision torchaudio

dep

install pytorch first

install yolo dep:
pip install -r requirements.txt -i https://mirrors.aliyun.com/pypi/simple/

install image label tool:
pip3 install labelImg  -i https://mirrors.aliyun.com/pypi/simple/

yolo train

python train.py --img 640 --epochs 3 --data coco128.yaml --weights yolov5s.pt

yolo eval

look at yolo.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0