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

NMS without cuda #1

Open MurugeshMarvel opened 5 years ago

MurugeshMarvel commented 5 years ago

Is there any way to use NMS for inference in a system that has no GPU?

potterhsu commented 5 years ago

No, currently I assume that the program is run with GPU.