MVIG-SJTU / AlphaPose

Real-Time and Accurate Full-Body Multi-Person Pose Estimation&Tracking System
http://mvig.org/research/alphapose.html
Other
7.96k stars 1.97k forks source link

How to download yolov3-spp.weights (solution included) #1162

Open WhaSukGO opened 1 year ago

WhaSukGO commented 1 year ago

Colab is available where you can check out the full process of the project.

...

! mkdir /content/data
file_id = '1D47msNOOiJKvPOXlnpyzdKA3k6E97NTC'
downloaded = drive.CreateFile({'id': file_id})
downloaded.GetContentFile('/content/data/yolov3-spp.weights')

! mkdir /content/data
file_id = '1nlnuYfGNuHWZztQHXwVZSL_FvfE551pA'
downloaded = drive.CreateFile({'id': file_id})
downloaded.GetContentFile('/content/data/JDE-1088x608-uncertainty')

file_id = '1kQhnMRURFiy7NsdS8EFL-8vtqEXOgECn'
downloaded = drive.CreateFile({'id': file_id})
downloaded.GetContentFile('/content/AlphaPose/pretrained_models/fast_res50_256x192.pth')

Three file IDs are avaialble: yolov3-spp.weights, JDE-1088x608-uncertainty, and fast_res50_256x192.pth

For those who only need required files, such as weights, use the direct Google drive download link!