Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
IsLouie opened this issue Sep 6, 2018 · 8 comments
Open

Comments

@IsLouie
Copy link

IsLouie commented Sep 6, 2018

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

@jackgao0323
Copy link

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
Copy link
Owner

ChenYingpeng commented Sep 7, 2018

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

@IsLouie
Copy link
Author

IsLouie commented Sep 13, 2018

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
Copy link
Author

IsLouie commented Sep 13, 2018

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

@wangliting-amy
Copy link

@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
Copy link

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

@PiseyYou
Copy link

PiseyYou commented Jun 6, 2019

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants
@jackgao0323 @ChenYingpeng @IsLouie @wangliting-amy @PiseyYou and others