potterhsu / easy-faster-rcnn.pytorch

An easy implementation of Faster R-CNN (https://arxiv.org/pdf/1506.01497.pdf) in PyTorch.
MIT License
165 stars 57 forks source link

Documented requirement of CUDA and Nvidia hardware. Closes #17 #18

Open xmacex opened 4 years ago

xmacex commented 4 years ago

Hi, thanks for nice implementation. I was struggling for a while to make it run until it became clear to me that even the inference won't run without CUDA (see also #1) and by association without Nvidia hardware. So I update the docs to hopefully save other people's time :)