Open WhaSukGO opened 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
yolov3-spp.weights
JDE-1088x608-uncertainty
fast_res50_256x192.pth
For those who only need required files, such as weights, use the direct Google drive download link!
Colab is available where you can check out the full process of the project.
Three file IDs are avaialble:
yolov3-spp.weights
,JDE-1088x608-uncertainty
, andfast_res50_256x192.pth
For those who only need required files, such as weights, use the direct Google drive download link!