tteepe / GaitGraph

Official repository for "GaitGraph: Graph Convolutional Network for Skeleton-Based Gait Recognition" (ICIP'21)
https://arxiv.org/abs/2101.11228
MIT License
91 stars 27 forks source link

Download weights error #7

Closed MritulaC closed 3 years ago

MritulaC commented 3 years ago

Hi, When I try to download weights before train.py, I am getting an error as below saying no such file: How am I to overcome this error?

Thanks Mritula

!bash ./download_weights.sh
% Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100  236M  100  236M    0     0   104M      0  0:00:02  0:00:02 --:--:--  104M
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100 33.7M  100 33.7M    0     0  87.5M      0 --:--:-- --:--:-- --:--:-- 87.5M
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100   647  100   647    0     0   4121      0 --:--:-- --:--:-- --:--:--  4121
100 4023k  100 4023k    0     0  6627k      0 --:--:-- --:--:-- --:--:-- 26.1M
curl: Saved to filename 'gaitgraph_resgcn-n39-r8_coco_seq_60.pth'
Warning: unknown mime-type for "#############################################################" -- using "application/octet-stream"
Error: no such file "#############################################################"
Warning: unknown mime-type for "######## Weights for HRNet Pose Estimation need to ##########" -- using "application/octet-stream"
Error: no such file "######## Weights for HRNet Pose Estimation need to ##########"
Warning: unknown mime-type for "######## be downloaded manually from here:         ##########" -- using "application/octet-stream"
Error: no such file "######## be downloaded manually from here:         ##########"
Warning: unknown mime-type for "######## https://drive.google.com/drive/folders/1nzM_OBV9LbAEA7HClC0chEyf_7ECDXYA" -- using "application/octet-stream"
Error: no such file "######## https://drive.google.com/drive/folders/1nzM_OBV9LbAEA7HClC0chEyf_7ECDXYA"
Warning: unknown mime-type for "######## Files: pose_hrnet_*.pth                   ##########" -- using "application/octet-stream"
Error: no such file "######## Files: pose_hrnet_*.pth                   ##########"
Warning: unknown mime-type for "#############################################################" -- using "application/octet-stream"
Error: no such file "#############################################################"
tteepe commented 3 years ago

Hi,

all the weights that can be downloaded automatically have been downloaded for you. I just used the wrong print command for bash. You just didn't see this notice properly:

#############################################################
######## Weights for HRNet Pose Estimation need to ##########
######## be downloaded manually from here:         ##########
######## https://drive.google.com/drive/folders/1nzM_OBV9LbAEA7HClC0chEyf_7ECDXYA
######## Files: pose_hrnet_*.pth                   ##########
#############################################################

Cheers, Torben