NVIDIA / caffe

Caffe: a fast open framework for deep learning.
http://caffe.berkeleyvision.org/
Other
672 stars 263 forks source link

[Question] images processed per seconds. #596

Open Hakentha opened 2 years ago

Hakentha commented 2 years ago

Hi, i use this caffe with an rtx3090 with cuda 11.1 and cudnn 8. I try with a couple of caffemodels with ssd and c++ but i cant process more than 60-70 images 900x700 per second. with 500x500 i can process 100 images per second. Its the limit for my hardware? i'm disappointed :(

With dlib in c++ without nvidia card, with hog i can process 74-80, and with golang i can process 90 aprox.