You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: