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 for open-sourcing such as a wonderful work, could you please kindly help answer these questions?
The function “hyp_mlr” in hesp/utils/layers.py seems like contradictory to Eq. 7 in your paper Hyperbolic Image Segmentation. It looks like you did not divide ||wy|| when computing the input to sinh-1, also you did not multiply \lambda^{c}_{p_y}.
Eq. 12 in your paper said that you multiply conditional probabilities along the ancestor to current descendant, however in function “get_joints” in hesp/embedding_space/abstract_embedding_space.py, It seems like you add them instead of multiplying, then in “decide” function you choose the maximum added conditionals as the prediction.
The text was updated successfully, but these errors were encountered:
Thanks for open-sourcing such as a wonderful work, could you please kindly help answer these questions?
The function “hyp_mlr” in hesp/utils/layers.py seems like contradictory to Eq. 7 in your paper Hyperbolic Image Segmentation. It looks like you did not divide ||wy|| when computing the input to sinh-1, also you did not multiply \lambda^{c}_{p_y}.
Eq. 12 in your paper said that you multiply conditional probabilities along the ancestor to current descendant, however in function “get_joints” in hesp/embedding_space/abstract_embedding_space.py, It seems like you add them instead of multiplying, then in “decide” function you choose the maximum added conditionals as the prediction.
The text was updated successfully, but these errors were encountered: