thuml / Transfer-Learning-Library

Transfer Learning Library for Domain Adaptation, Task Adaptation, and Domain Generalization
http://transfer.thuml.ai
MIT License
3.32k stars 552 forks source link

Several issues on keypoint detection #268

Open gerrydev-liu opened 2 months ago

gerrydev-liu commented 2 months ago

Is the processing pipeline for keypoint detection top-down?

and all key point detection data cannot be downloaded, including Hand-3d-Studio(H3D_crop), Surreal and LSP.

such as: Fail to download train0.tgz from url link https://cloud.tsinghua.edu.cn/f/b13604f06ff1445c830a/?dl=1

Please provide these downloads.

With best wishes.

tamperin commented 1 month ago

同问,作者您好, 关键点检测 域适应任务的Surreal数据集的下载链接已经失效了: download_data(root, "train/run0", "train0.tgz", "https://cloud.tsinghua.edu.cn/f/b13604f06ff1445c830a/?dl=1") download_data(root, "train/run1", "train1.tgz", "https://cloud.tsinghua.edu.cn/f/919aefe2de3541c3b940/?dl=1") download_data(root, "train/run1", "train2.tgz", "https://cloud.tsinghua.edu.cn/f/34864760ad4945b9bcd6/?dl=1") download_data(root, "val", "val.tgz", "https://cloud.tsinghua.edu.cn/f/16b20f2e76684f848dc1/?dl=1") download_data(root, "test", "test.tgz", "https://cloud.tsinghua.edu.cn/f/36c72d86e43540e0a913/?dl=1") 此外,LSP数据集和H3D数据集的下载链接也失效了: download_data(root, "images", "lsp_dataset.zip", "https://cloud.tsinghua.edu.cn/f/46ea73c89abc46bfb125/?dl=1") download_data(root, "H3D_crop", "H3D_crop.tar", "https://cloud.tsinghua.edu.cn/f/d4e612e44dc04d8eb01f/?dl=1")

方便更新一下这些数据集的下载链接吗?非常感谢!