Required gpu memory
Hello I am trying to use the pretrained model to extract image features, I have GTX 1070(8 gb) and I get out of memory error when I use the network on one image, I suspect this is a caffe issue regarding memory mangament, what do you suggest to solve this issue without decreasing performance?
@ObadaJabassini Have you solved this issue? I am facing the same problem.
There are some comments about how to get around the memory requirements in issue #3
@ObadaJabassini Have you solved this issue? I am facing the same problem.
hi, have you solved problem?
I use this code to extract feature from VG datasets, and I found it was caused by some images with big difference in aspect ratio, for example 281 * 500, faster rcnn will scale based on the shorter one, so making the larger one to large.
this code may work on 11G gpu