yun-liu / RCF

Richer Convolutional Features for Edge Detection
Other
753 stars 259 forks source link

FPS of RCF-ResNet101 #103

Open trungpv88 opened 4 years ago

trungpv88 commented 4 years ago

Hello,

I am trying to test the speed of your models, but I get different FPS compared to yours:

Did you use only one NVIDIA TITAN X GPU (12Gb) for your benchmark? In my benchmark, I used GeForce GTX 1080 Ti (12Gb), but I get more FPS with RCF-VGG16 and less FPS with RCF-ResNet50, RCF-ResNet101 than yours. Moreover, I cannot test RCF-ResNet101-MS because of memory limitation (12Gb). In fact, the images become bigger with scale of 1.5 (for ex, 481x321 becomes 722x482). When I tested with my GPU (12Gb), there was always an error of Cuda: 'error == cudaSuccess (2 vs. 0) out of memory'.

Thank you very much.