FWYsimon / CornerNet-Caffe

Use caffe to implement CornerNet inference
4 stars 3 forks source link

There is on cpp_param in layer_param #2

Open hhh5446 opened 3 years ago

hhh5446 commented 3 years ago

There is on cpp_param in layer_param

hhh5446 commented 3 years ago

1.the prototxt generated from pytorch_to_caffe is different from prototxt from BaiduNetDisk 2.the result by using prototxt and caffemodel from BaiduNetDisk is error @FWYsimon

FWYsimon commented 3 years ago

cpp_param is one feature in cc5.0 which you can use in https://github.com/dlunion/CC5.0

FWYsimon commented 3 years ago

you can use cornernet_pytorch_to_caffe.py to generate prototxt and caffemodel.