skhadem / 3D-BoundingBox

PyTorch implementation for 3D Bounding Box Estimation Using Deep Learning and Geometry

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

YOLO does not use GPU

zillur-av opened this issue · comments

I think the Yolo implementation here is CPU-based while PyTorch is cuda-based. How can I use Cuda even for Yolo detections?