sfzhang15 / RefineDet

Single-Shot Refinement Neural Network for Object Detection, CVPR, 2018
Other
1.43k stars 393 forks source link

Do the blob parameter saved in file? #158

Closed NogizakaDaisuki closed 5 years ago

NogizakaDaisuki commented 5 years ago

Thanks for checking this issue. I am trying to use tensorRT to accelerate the inference of RefineDet. But now I need the blob parameters for a intermidiate translation for the tensorRT engine. So as mentioned in the title, do the blob parameters saved in file? If not , where can I find the blob parameters ?

Looking for your reply.

sfzhang15 commented 5 years ago

@NogizakaDaisuki The blob parameters are saved in the trained caffemodel.

DHNicoles commented 5 years ago

@NogizakaDaisuki Have you accelerated with TensorRT? I also have this need, can you help me? I am grateful.