File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -53,14 +53,14 @@ def main():
5353 # download dog test video from github:
5454 # TODO: Should check if the video's already there before downloading it (should have been cloned with the files)
5555 print (f"Downloading Video to { video_file } " )
56- url_link = "https://github.com/DeepLabCut/DeepLabCut-live/blob/master /check_install/dog_clip.avi?raw=True"
56+ url_link = "https://github.com/DeepLabCut/DeepLabCut-live/blob/main /check_install/dog_clip.avi?raw=True"
5757 urllib .request .urlretrieve (url_link , video_file , reporthook = urllib_pbar )
5858
5959 # download model from the DeepLabCut Model Zoo
6060 if Path (model_dir / SNAPSHOT_NAME ).exists ():
6161 print ('Model already downloaded, using cached version' )
6262 else :
63- print ("Downloading full_dog model from the DeepLabCut Model Zoo..." )
63+ print ("Downloading a test model from the DeepLabCut Model Zoo..." )
6464 download_huggingface_model (MODEL_NAME , model_dir )
6565
6666 # assert these things exist so we can give informative error messages
You can’t perform that action at this time.
0 commit comments