Skip to content

Commit

Permalink
fix down link (#1472)
Browse files Browse the repository at this point in the history
  • Loading branch information
ly015 authored Jul 6, 2022
1 parent 5123a2a commit bf9bd53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demo/MMPose_Tutorial.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -505,7 +505,7 @@
"# download dataset\n",
"%mkdir data\n",
"%cd data\n",
"!wget https://openmmlab.oss-cn-hangzhou.aliyuncs.com/mmpose/datasets/coco_tiny.tar\n",
"!wget https://download.openmmlab.com/mmpose/datasets/coco_tiny.tar\n",
"!tar -xf coco_tiny.tar\n",
"%cd .."
]
Expand Down

0 comments on commit bf9bd53

Please sign in to comment.