YuntaoJin

Results 37 comments of YuntaoJin

> I had the same problem with .obj files. Installing snap version works for me. `sudo snap install meshlab` thank you very much!

In my case, the error message mentioned that versions after gcc10 are not supported. My gcc version is 12, so I reinstalled gcc10 and set it as the default version....

哥们,你解决了吗,我是卡在推理的时候

> prog_bar = tqdm(enumerate(train_data_loader)) 如果是这一行卡住的话,是因为filelists/train.txt, filelists/val.txt, filelists/test.txt没配置好,导致Dataset死循环 > > 检查Dataset.__getitem__方法,卡在while(1)里面,while(1)得到一个错误的输入直接continue... 谢谢!

> I believe you can download the model manually - https://drive.usercontent.google.com/download?id=1rp8kdyLPvErw2dTmqtjISRVvQLj6Yzje&export=download (414 MB) thank you very much!

> How can I get the jmlr render mesh from predict 3d verts. whether I need some base model like the facial triangle indices ? Hi,have you solved it?

Hello, I also want to know, have you found a solution

> Training under our dataset, img_ size=256 batch_ size=4 or img_ size=128 batch_ Size=16, the final result of all training is that loss is reduced to nan Hi, have you...