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
Thank you for your effort and time in implementing this. I have a quick question, I want to get segmentation for full image not just for the middle token, would it be correct to change self.tokens to self.p here:
Hi,
Thank you for your effort and time in implementing this. I have a quick question, I want to get segmentation for full image not just for the middle token, would it be correct to change
self.tokens
toself.p
here:self-attention-cv/self_attention_cv/Transformer3Dsegmentation/tranf3Dseg.py
Line 66 in 5246e55
and change this:
self-attention-cv/self_attention_cv/Transformer3Dsegmentation/tranf3Dseg.py
Line 94 in 5246e55
to
y = self.mlp_seg_head(y)
The text was updated successfully, but these errors were encountered: