Haoyu Ma
Haoyu Ma
Hi, thank you for sharing such an awesome project. For the TF-reg KD, in [line 47 of my_loss_function.py](https://github.com/yuanli2333/Teacher-free-Knowledge-Distillation/blob/ecaa18475ebf657297fd340c5bdb312136b28313/my_loss_function.py#L47), should we also divide the temperature T on the output variable, like:...
Hi, thanks for this fantastic work! When reconstructing the 3D face model from a video of a subject, it seems that the current demo code reconstructs the 3D face frame...
Dear authors, Thanks for sharing such a wonderful and interesting project! May I ask if you could release the pre-trained 3DMM model? i.e., the checkpoint after running the **3DMM Estimator...
Dear authors, Thanks for sharing such an amazing project. May I ask the organization of the training dataset and how to obtain the "train_keys.pkl" and "test_keys.pkl" in this [code](https://github.com/SamsungLabs/rome/blob/main/src/dataset/voxceleb2hq_pairs.py#L372)? Looking...
Hi, thank you for providing this excellent code. I have some questions about the different image size at training and testing. In training, you calculate loss based on the upsampled...
Hi, thank you for sharing such an awesome project. I have some questions about the details in your code, and I sincerely hope you can help me solve them. 1...