Results 11 comments of Hanrong Ye

Does anyone get the trick?

Cool implementation. I think Delf is interesting for research but not practical for engineering because of the time consuming geometry verification.

@syh-hue Hi, thank you for your interest in our work. For visualization of feature embeddings, we use t-SNE. We first calculate the feature embeddings of each single image in the...

Interesting work! Another related question for the authors (@xujinfan @quanmingyao ) here: How to apply C_2 constraint PA as suggested in step 4 of Alg. 2 in the paper? It...

@EternallyTruth From my personal experience, there is something wrong with the code, and could not converge even after the bugs fixed. Good luck.

> I don't think this code has any problem, at least it train and test well. > I have no idea why need to swap dim1 and dim2. x is...

@xieenze Please let me make it clear. In this perticular line: https://github.com/xieenze/Trans2Seg/blob/a1591849ced066d32171a25cec01a25fcacccf2b/segmentron/modules/transformer.py#L92 "(attn3 @ v)" is with shape [B, nheads, n_class, C/nheads], and then in this line it reshapes "(attn3...

@xieenze The code works fine for me too. This is an interesting observation. Thank you again for your help!