Open wxrui182 opened 1 year ago
pt文件传输过程中,没有传输完整,重新下载pt文件试试,我尝试过没有问题,你也可以从这里下载,两个选一个下载即可 https://www.dropbox.com/s/ge9e5ujwgetktms/i3d_torchscript.pt https://onedrive.live.com/download?cid=78EEF3EB6AE7DBCB&resid=78EEF3EB6AE7DBCB%21199&authkey=AApKdFHPXzWLNyI
pt文件传输过程中,没有传输完整,重新下载pt文件试试,我尝试过没有问题,你也可以从这里下载,两个选一个下载即可 https://www.dropbox.com/s/ge9e5ujwgetktms/i3d_torchscript.pt https://onedrive.live.com/download?cid=78EEF3EB6AE7DBCB&resid=78EEF3EB6AE7DBCB%21199&authkey=AApKdFHPXzWLNyI
好的,非常感谢了!
I also encountered the same problem during the reproduction process. The weight of the I3D model is downloaded from the link you gave. And put the file under the fvd folder. And tried to re-download according to the reply. But it still doesn't solve the problem. What am I going to do.
I also encountered the same problem during the reproduction process. The weight of the I3D model is downloaded from the link you gave. And put the file under the fvd folder. And tried to re-download according to the reply. But it still doesn't solve the problem. What am I going to do.
You can refer to my repo. If you can run my demo code, this MCVD repo can also run.
If you have something wrong with downloading FVD pre-trained model, you should manually download any of the following and put it into FVD folder. i3d_torchscript.pt from here i3d_pretrained_400.pt from here
I also encountered the same problem during the reproduction process. The weight of the I3D model is downloaded from the link you gave. And put the file under the fvd folder. And tried to re-download according to the reply. But it still doesn't solve the problem. What am I going to do.
You can refer to my repo. If you can run my demo code, this MCVD repo can also run.
If you have something wrong with downloading FVD pre-trained model, you should manually download any of the following and put it into FVD folder. i3d_torchscript.pt from here i3d_pretrained_400.pt from here
Thanks for your reply. I can run my demo code. I checked it and found that it was a problem with i3d_torchscript.pt. I want to download again, but I can't download the link you gave, is there another link? Thank you
Are you living in China? I have just tested that the link can be downloaded. If you live in China, you should use the ladder (VPN) to download the file. Or you can download it on your PC first and then use scp
command or other methods to transfer the file to your linux computer.
I can go in and it will show: File too large to preview. But clicking download doesn't reflect anything.
Are you living in China? I have just tested that the link can be downloaded. If you live in China, you should use the ladder (VPN) to download the file. Or you can download it on your PC first and then use
scp
command or other methods to transfer the file to your linux computer.
I can go in and it will show: File too large to preview. But clicking download doesn't reflect anything.
Are you living in China? I have just tested that the link can be downloaded. If you live in China, you should use the ladder (VPN) to download the file. Or you can download it on your PC first and then use
scp
command or other methods to transfer the file to your linux computer.
Write down your email then I will send you the model. Maybe your network condition is not good.
我可以进入,它会显示:文件太大而无法预览。但是单击下载并不能反映任何内容。
你住在中国吗?我刚刚测试了可以下载该链接。如果您居住在中国,则应使用梯子(VPN)下载文件。或者,您可以先将其下载到PC上,然后使用命令或其他方法将文件传输到linux计算机。
scp
写下您的电子邮件,然后我会向您发送模型。也许您的网络状况不佳。
Thank you. My email is: 1094724913@qq.com
Hello, may I ask why the above error occurs when calculating the indicators? The weight of the I3D model is downloaded from the link you gave. Looking forward to your answer.