MobileNet-SSD icon indicating copy to clipboard operation
MobileNet-SSD copied to clipboard

model time

Open taxuezcy opened this issue 5 years ago • 1 comments

@chuanqi305 ,Hi, i use my own data to train the mobilenet ssd model ,everything is fine,the model size is 22.2MB, but something is wrong when i run the demo ,the GPU memory is 700M, and the spend time is 270ms /image,so could you tell me the reason, looking forward your reply!!

taxuezcy avatar Jul 22 '19 02:07 taxuezcy

when you run demo.py,you should put : caffe.set_mode_gpu() after import caffe

ZhangCats avatar Jul 25 '19 06:07 ZhangCats