crazycth / YOLO-v3-implementation

Pytorch-Yolo_v3

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

YOLO-v3-implementation

image_transform

EXAMPLE : SHU ACM CLUB

Source : https://arxiv.org/abs/1804.02767v1

Put pictures in folder images and simple run

python3 detector.py --images images --det det

or you can just give the path to the signle picture

python3 detector.py --images single_root --det det

You will find detection in folder det 😺

About

Pytorch-Yolo_v3


Languages

Language:Python 100.0%