Guanghan / lighttrack

LightTrack: A Generic Framework for Online Top-Down Human Pose Tracking
MIT License
721 stars 141 forks source link

Download link expired #21

Open ghost opened 5 years ago

ghost commented 5 years ago

The two links are expired, would you please update the links?

Training 1) Pose Estimation Module To train, grab an imagenet-pretrained model and put it in ./weights. For Resnet101, download resnet101.ckpt from here. For Resnet152, download resnet152.ckpt from here.

Guanghan commented 5 years ago

These links are fixed. Thanks for letting me know!

Bajrangi97 commented 6 months ago

download backbones: resnet101 and resnet152 (only if you want training by yourself)

wget http://guanghan.info/download/Data/LightTrack/weights/backbones.zip unzip backbones.zip

download weights for the detection module

wget http://guanghan.info/download/Data/LightTrack/weights/YOLOv3.zip unzip YOLOv3.zip

download weights for various pose estimators

wget http://guanghan.info/download/Data/LightTrack/weights/mobile-deconv.zip unzip mobile-deconv.zip wget http://guanghan.info/download/Data/LightTrack/weights/CPN101.zip unzip CPN101.zip wget http://guanghan.info/download/Data/LightTrack/weights/MSRA152.zip unzip MSRA152.zip

download weights for the SGCN module

wget http://guanghan.info/download/Data/LightTrack/weights/GCN.zip unzip GCN.zip these links are not working, for pre-train weight. If any other alternative option is there then suggest.

Bajrangi97 commented 6 months ago

http://guanghan.info/download/Data/LightTrack/weights/MSRA152.zip

this link is not working.