shunsukesaito / PIFu

This repository contains the code for the paper "PIFu: Pixel-Aligned Implicit Function for High-Resolution Clothed Human Digitization"
https://shunsukesaito.github.io/PIFu/
Other
1.75k stars 343 forks source link

sh ./scripts/download_trained_model.sh error #152

Open Ishihara-Masabumi opened 1 year ago

Ishihara-Masabumi commented 1 year ago

When I tried to run sh ./scripts/download_trained_model.sh, the following error occurred.

$ sh ./scripts/download_trained_model.sh
+ mkdir -p checkpoints
+ cd checkpoints
+ wget https://drive.google.com/uc?export=download&id=1zEmVXG2VHy0MMzngcRshB4D8Sr_oLHsm -O net_G
--2023-05-09 10:40:26--  https://drive.google.com/uc?export=download&id=1zEmVXG2VHy0MMzngcRshB4D8Sr_oLHsm
drive.google.com (drive.google.com) をDNSに問いあわせています... 2404:6800:4004:821::200e, 142.250.196.110
drive.google.com (drive.google.com)|2404:6800:4004:821::200e|:443 に接続しています... 失敗しました: 接続を拒否されました.
drive.google.com (drive.google.com)|142.250.196.110|:443 に接続しています... 接続しました。
HTTP による接続要求を送信しました、応答を待っています... 303 See Other
場所: https://doc-14-0o-docs.googleusercontent.com/docs/securesc/ha0ro937gcuc7l7deffksulhg5h7mbp1/jas6moq3c48qfu6u1r9i3l3cjl6e4q49/1683596400000/14428417455748421393/*/1zEmVXG2VHy0MMzngcRshB4D8Sr_oLHsm?e=download&uuid=7fb484f3-799d-471c-92ab-e787a4c31e8c [続く]
警告: HTTPはワイルドカードに対応していません。
--2023-05-09 10:40:29--  https://doc-14-0o-docs.googleusercontent.com/docs/securesc/ha0ro937gcuc7l7deffksulhg5h7mbp1/jas6moq3c48qfu6u1r9i3l3cjl6e4q49/1683596400000/14428417455748421393/*/1zEmVXG2VHy0MMzngcRshB4D8Sr_oLHsm?e=download&uuid=7fb484f3-799d-471c-92ab-e787a4c31e8c
doc-14-0o-docs.googleusercontent.com (doc-14-0o-docs.googleusercontent.com) をDNSに問いあわせています... 2404:6800:4004:820::2001, 142.250.207.1
doc-14-0o-docs.googleusercontent.com (doc-14-0o-docs.googleusercontent.com)|2404:6800:4004:820::2001|:443 に接続しています... 失敗しました: 接続を拒否されました.
doc-14-0o-docs.googleusercontent.com (doc-14-0o-docs.googleusercontent.com)|142.250.207.1|:443 に接続しています... 接続しました。
HTTP による接続要求を送信しました、応答を待っています... 200 OK
長さ: 62510909 (60M) [application/octet-stream]
`net_G' に保存中

net_G                        100%[============================================>]  59.61M  9.05MB/s    in 6.6s    

2023-05-09 10:40:36 (9.05 MB/s) - `net_G' へ保存完了 [62510909/62510909]

+ wget https://drive.google.com/uc?export=download&id=1V83B6GDIjYMfHdpg-KcCSAPgHxpafHgd -O net_C
--2023-05-09 10:40:36--  https://drive.google.com/uc?export=download&id=1V83B6GDIjYMfHdpg-KcCSAPgHxpafHgd
drive.google.com (drive.google.com) をDNSに問いあわせています... 2404:6800:4004:821::200e, 142.250.196.110
drive.google.com (drive.google.com)|2404:6800:4004:821::200e|:443 に接続しています... 失敗しました: 接続を拒否されました.
drive.google.com (drive.google.com)|142.250.196.110|:443 に接続しています... 接続しました。
HTTP による接続要求を送信しました、応答を待っています... 303 See Other
場所: https://doc-00-0o-docs.googleusercontent.com/docs/securesc/ha0ro937gcuc7l7deffksulhg5h7mbp1/3s2g268fedphcdrdqe4vui93h5d38loh/1683596400000/14428417455748421393/*/1V83B6GDIjYMfHdpg-KcCSAPgHxpafHgd?e=download&uuid=36bccb65-9dd5-475a-9f1d-878957f31215 [続く]
警告: HTTPはワイルドカードに対応していません。
--2023-05-09 10:40:38--  https://doc-00-0o-docs.googleusercontent.com/docs/securesc/ha0ro937gcuc7l7deffksulhg5h7mbp1/3s2g268fedphcdrdqe4vui93h5d38loh/1683596400000/14428417455748421393/*/1V83B6GDIjYMfHdpg-KcCSAPgHxpafHgd?e=download&uuid=36bccb65-9dd5-475a-9f1d-878957f31215
doc-00-0o-docs.googleusercontent.com (doc-00-0o-docs.googleusercontent.com) をDNSに問いあわせています... 2404:6800:4004:820::2001, 142.250.207.1
doc-00-0o-docs.googleusercontent.com (doc-00-0o-docs.googleusercontent.com)|2404:6800:4004:820::2001|:443 に接続しています... 失敗しました: 接続を拒否されました.
doc-00-0o-docs.googleusercontent.com (doc-00-0o-docs.googleusercontent.com)|142.250.207.1|:443 に接続しています... 接続しました。
HTTP による接続要求を送信しました、応答を待っています... 200 OK
長さ: 36570643 (35M) [application/octet-stream]
`net_C' に保存中

net_C                        100%[============================================>]  34.88M  8.74MB/s    in 4.0s    

2023-05-09 10:40:43 (8.74 MB/s) - `net_C' へ保存完了 [36570643/36570643]

+ cd ..

Please fix it.