mitmul / chainer-faster-rcnn

Object Detection with Faster R-CNN in Chainer
MIT License
288 stars 87 forks source link

How much memory is required to run the train.py? #20

Closed clockwiser closed 7 years ago

clockwiser commented 7 years ago

It seems 32gb cpu memory and 4gb gpu memory is not enough. Is there a hardware requirement for running it?

clockwiser commented 7 years ago

Finally got it run. But very slow. It says two days required for 1000 train data and 1000 validation data.

mitmul commented 7 years ago

@clockwiser Hi, thank you for trying this code. We've released the cleaned version of Faster R-CNN inference & training codes in ChainerCV: https://github.com/pfnet/chainercv . So, this repository has been actually deprecated. Could you try the ChainerCV repo instead of this code? And please throw an issue when you face a problem :) Thank you!