Yongchang Zhang
Yongchang Zhang
using sigmoid in trajectory 252,254
hi Ignore guifg=NONE ctermfg=NONE
we can change **embedding_i = embedding_b[seg_mask_i] ** to **embedding_i = embedding_b * seg_mask_i**. but, the code **mean_i = torch.mean(embedding_i, dim=0)** means ? we should change ``` seg_mask_i = (seg_gt_b ==...
@IrohXu what's means for ``` for j in range(0, embed_dim): seg_gt_b += seg_gt[b][j] * (j+1) ``` in your code?