55renchen

Results 8 issues of 55renchen

I have a puzzle,when generate triplet, I think the distance between pos and anc should less than the distance between anc and neg.

您好,我用点积版本的non_local对f进行softmax之后, f = torch.matmul(theta_x, phi_x) N = f.size(-1) f_div_C = f / N sft = nn.Softmax(dim=2) f_div_C = sft(f_div_C) 在可视化时还需要对NL_MAP进行normalize吗?如果需要,应该如何normalize呢? 现在我的热图结果只有一个box,看不到正常热图颜色的变化,这是什么原因呢?

您好,我使用了分类的dul在webface上进行训练,将batchsize和lr由512和0.1调整为128和0.025,在Lfw上进行测试,但是acc只能达到83%,请问这是什么原因呢

您好,请问ms1m_images.txt的每一行是什么样的结构呢?能否分享一下根据数据集生成.txt文件的代码呢?

你好,为什么我运行之后没有出现可视化的结果呢?还有. pkl文件没有放到生成的对应的name文件夹之下,可以稍微完善一下

Great work! Note the resolution of TripoSR is only 256, can we use the multi view images and mesh file generated by TripoSR to generate texture to improve the resolution...

when i run ./scripts/code.sh , error occurred, how can i solve it, thanks ![error](https://github.com/user-attachments/assets/fbbfd86e-b548-435f-ad20-96f79a59ea28)

question