ChenYingpeng / caffe-yolov3

A real-time object detection framework of Yolov3/v4 based on caffe
473 stars 231 forks source link

Message type "caffe.LayerParameter" has no field named "upsample_param" #12

Open IsLouie opened 5 years ago

IsLouie commented 5 years ago

hello! can you tell me how to solve this problem?

jackgao0323 commented 5 years ago

Have you add the upsample layer into caffe? After you add the upsample layer into caffe, you need to add upsample_param into caffe.proto .

ChenYingpeng commented 5 years ago

@IsLouie You should add upsample layer into caffe.Check this link.Good luck.

IsLouie commented 5 years ago

Have you add the upsample layer into caffe? After you add the upsample layer into caffe, you need to add upsample_param into caffe.proto .

thks a lot! I have solved this problem!

IsLouie commented 5 years ago

@IsLouie You should add upsample layer into caffe.Check this link.Good luck. thks a lot! I have solved this problem!

wangliting-amy commented 5 years ago

@IsLouie @ChenYingpeng i use git of caffe is https://github.com/BVLC/caffe, and i also use your https://github.com/ChenYingpeng/caffe-yolov3/,and i meet the same question, so i add the code(5 files)like what you told the link.but i can not compile correctly.

wangliting-amy commented 5 years ago

how can i use your https://github.com/ChenYingpeng/caffe-yolov3 correctly to run yolov3 caffe model

PiseyYou commented 5 years ago

Have you add the upsample layer into caffe? After you add the upsample layer into caffe, you need to add upsample_param into caffe.proto .

thks a lot! I have solved this problem!

can you make it in detail how to solved this, some point must missing for the error happen.