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

How to adjust parameters for resnet101 backbone ? #3

Open
jediofgever opened this issue Dec 13, 2019 · 1 comment
Open

How to adjust parameters for resnet101 backbone ? #3

jediofgever opened this issue Dec 13, 2019 · 1 comment

Comments

@jediofgever
Copy link

jediofgever commented Dec 13, 2019

Hi,
thank you for the great work,
I am trying out this project under linux, I am trying to make the ballon detector run in C++,
I compiled the code without errors but when I run the code I encounter the following problem ,

Assertion `dimensions_match(m_leftImpl.dimensions(), m_rightImpl.dimensions())' failed.
Aborted

I think I am missing some parameter adjustment for my use case, my configuration is the one in balloon.py of maskrcnn example.
Do you know how can I overcome this ?

@CasonTsai
Copy link
Owner

@jediofgever i am sorry ,it's my negligence that i ignored some details.Some guys has met same problem with you.the error may be caused by the difference between input of model and size of image ,which i dont described
clearly in that code.but i am ouside at now time,I will find a time to explain clearly,could you provide more error details such as the input or config of your network and the size of image when you inferenced the model?

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

2 participants