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

Ask for your advice #2

Open
zhaojc001 opened this issue Oct 23, 2020 · 2 comments
Open

Ask for your advice #2

zhaojc001 opened this issue Oct 23, 2020 · 2 comments
Labels
question Further information is requested

Comments

@zhaojc001
Copy link

Thanks your great work.I have the following questions,please help me:
how to get the fsanet-var-iter-688590.onnx model in the demo.py code.
what is the distinct of between fsanet-1x1-iter-688590.onnx and fsanet-var-iter-688590.onnx.

@omasaht omasaht added the question Further information is requested label Oct 24, 2020
@omasaht
Copy link
Owner

omasaht commented Oct 24, 2020

Hey, right now I am running both fsanet-var-iter-688590.onnx and fsanet-1x1-iter-688590.onnx models in demo.py and averaging their result. If you only want fsanet-var-iter-688590.onnx , you can simply remove the other model and take only single model's prediction as result.

The difference between two models is related to ScoringFunction (i.e. whether to calculate variance or use 1x1 convolution layer). Both functions get different features so averaging model output gives best result.

If you want to know more about the theory, I suggest you read the original author's paper since it is explained in detail there: https://ieeexplore.ieee.org/document/8954346

@zhaojc001
Copy link
Author

Thanks very much.

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

No branches or pull requests

2 participants