msracver / Deformable-ConvNets

Deformable Convolutional Networks
MIT License
4.04k stars 959 forks source link

running time #34

Open bharatsingh430 opened 7 years ago

bharatsingh430 commented 7 years ago

With an image size of 800x1200, I get around 7.5 samples per second when training on 8 P6000 GPUs. For r-fcn, I used to get 16 samples per second using a caffe implementation for the same image size. Is this speed in line with your observations, or something is wrong with my runtime environment?

chengshuai commented 7 years ago

Hi @bharatsingh430

could you release the caffe code for deformable convnet ?

Thank you!