-
em chào các anh ạ, em có đọc code của các anh về bài toán retrieval Văn bản pháp luật của zalo 2021, em thấy các anh sử dụng Contrastive Loss ạ. Em có một số câu hỏi mong được chỉ giáo về kinh nghiệm…
-
Hi, how can I evaluate the pre-trained models to reproduce the KITTI 2015 numbers? Thank you!
-
Thanks for sharing the great work!
I have two simple questions related to the ablation study & CSS Net freeze part.
**Q1. Can you explain the difference between (R,t) / (R,t),s / (R,t),s,z, which…
-
Hi, great work! I would like to know how you compare VOODOO3D with MegaPortraits which is not open-sourced (see [here](https://github.com/neeek2303/MegaPortraits/issues/1)).
Thanks!
-
hi,author!
During training, when calculating A, the following formula is used,
A = torch.matmul(prev_sim_map, A) * valid_inds + I * (1 - valid_inds)
A = A * valid_inds + I * (1 - valid_inds).
h…
-
Hi,
Thank you for releasing the code. I am trying to train the packet on DDAD. But I can not reproduce the result so far. I use 8 v100 gpus. The training command is 'CUDA_VISIBLE_DEVICES=0,1,2,3,4,5,…
-
# Increase gradient of the probability
prob = F.softmax(score, axis=1)
prob = prob - 0.5
prob = self.prob_scale(prob)
prob = F.clip(prob, -0.5, 0.5)
…
-
He doesn't read the img path or the camera path
`use image path: /home/paperspace/Get3d_Updated/GET3D/Render_Image/, num images: 0
Traceback (most recent call last):
File "train_3d.py", line …
-
Hello:
@cheng-chi Thank you very much for your work. Currently, I want to reproduce the diffusion policy on the real ur5 robot, but I still have the following questions. Can you give me som…
-
First, thank you for sharing this great project. I have two questions.
In dgp_dataset.py, it seems input depth map and gt depth map is the same, in packnet-SAN, are you using some downsample method w…