ayooshkathuria / pytorch-yolo-v3

A PyTorch implementation of the YOLO v3 object detection algorithm
3.3k stars 1.06k forks source link

Pytorch's yolo v3 is faster than C language yolo v3? #34

Open zed654 opened 6 years ago

zed654 commented 6 years ago

Pytorch's yolo v3 is faster than C language yolo v3?

Clara85 commented 6 years ago

From where did you get this conclusion @zed654 ? Make sure that you have the same image input size, batch size, GPU resources, CUDA/cuDNN version when you compare. Also, pytorch sometimes have lower performance on the new Volta GPU structure too.