Skip to content

Tranquangdai/torch_yolov3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Torch_yolov3

About:

  • A pytorch implementation of yoloV3.
  • Inspired by keras-yolo3

Installation:

  • Download YoloV3 pytorch weight yolo_body.pth from Google Drive
  • Put it under model_data folder
  • Run tests

Requirements

  • pytorch
  • pytest
  • torchvision>=0.4.2
  • numpy
  • Pillow>=6.2.1
  • matplotlib

Test

python -m pytest src/tests/

Releases

No releases published

Packages

No packages published