Pingu

Results 24 issues of Pingu

After getting tons of error for installing Pytorch3d, here is what worked for me: You need to install PyTorch3D from source. So from [[INSTALL.md]](https://github.com/facebookresearch/pytorch3d/blob/main/INSTALL.md), follow the steps: - conda install...

Hi, I'm trying to run demo.py to estimate age/gender from my own images but I'm getting : "cannot import name 'EfficientNetB0'" error from this line of the code: "from tensorflow.keras.applications...

![image](https://user-images.githubusercontent.com/65192528/95333305-74d68d80-0861-11eb-896e-24665b8dc5a2.png) Hi, Thanks for your great work. I can't download your NoW dataset as I face this page every time I try!

Hey, Thanks for your great work. Just wondering what is the notation of Confidence subnet (C-Net) in your repository? I can't find any C-Net in your codes. I'm pretty much...

Hi Yu. I checked your released code but couldn't find C-Net which is supposed to generate confidences? I can just find R-Net and Perceptual Net. Appreciate your help.

Hi Yu. Thanks for your great work and publishing the source codes. Would you please release the evaluation code you used for quantitative evaluation? I'm just wondering how do you...

Hi @XgTu , Thank you for the source codes you released. I'm just wondering how did you compare your method with PRNet or actually how did you evaluate PRNet on...

Hi @XgTu , I'm facing the error "Sorry, the file you have requested does not exist. Make sure that you have the correct URL and the file exists." when I...

Hi, Thanks for sharing your code. In 3D results plot folder, in https://github.com/XgTu/2DASL/blob/95052f203e6d945bb6563f916cc539bba0815972/3D_results_plot/test_good_byXgtu.m#L3 you are loading tri.mat file. Where is this file? It is not in your repository?

Hi @reshow , Thanks for sharing the reimplementation of PRNet. I used your pre-trained model to test the model by running torchrun.py and got the attached 3D Mesh displayed via...