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

Documentation doesn't mention CUDA and Nvidia GPU hardware as a requirement #17

Open xmacex opened 4 years ago

xmacex commented 4 years ago

Both training and also inference needs CUDA, the Nvidia framework for their GPU hardware. This could be mentioned in the README documentation upfront.