Skip to content

Commit

Permalink
Merge pull request #243 from roboflow/use-new-milk-file
Browse files Browse the repository at this point in the history
Use new milk file
  • Loading branch information
SkalskiP authored Jan 31, 2024
2 parents c150576 + 5475da4 commit 926acc5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion notebooks/dino-gpt4v-autodistill.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@
"%cd {HOME}/videos\n",
"\n",
"# download zip file containing videos\n",
"!wget --load-cookies /tmp/cookies.txt \"https://docs.google.com/uc?export=download&confirm=$(wget --quiet --save-cookies /tmp/cookies.txt --keep-session-cookies --no-check-certificate 'https://docs.google.com/uc?export=download&id=1wnW7v6UTJZTAcOQj0416ZbQF8b7yO6Pt' -O- | sed -rn 's/.*confirm=([0-9A-Za-z_]+).*/\\1\\n/p')&id=1wnW7v6UTJZTAcOQj0416ZbQF8b7yO6Pt\" -O milk.zip && rm -rf /tmp/cookies.txt\n",
"!wget https://media.roboflow.com/milk.zip\n",
"\n",
"# unzip videos\n",
"!unzip milk.zip"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@
"%cd {HOME}/videos\n",
"\n",
"# download zip file containing videos\n",
"!wget --load-cookies /tmp/cookies.txt \"https://docs.google.com/uc?export=download&confirm=$(wget --quiet --save-cookies /tmp/cookies.txt --keep-session-cookies --no-check-certificate 'https://docs.google.com/uc?export=download&id=1wnW7v6UTJZTAcOQj0416ZbQF8b7yO6Pt' -O- | sed -rn 's/.*confirm=([0-9A-Za-z_]+).*/\\1\\n/p')&id=1wnW7v6UTJZTAcOQj0416ZbQF8b7yO6Pt\" -O milk.zip && rm -rf /tmp/cookies.txt\n",
"!wget https://media.roboflow.com/milk.zip\n",
"\n",
"# unzip videos\n",
"!unzip milk.zip"
Expand Down Expand Up @@ -1333,4 +1333,4 @@
},
"nbformat": 4,
"nbformat_minor": 0
}
}

0 comments on commit 926acc5

Please sign in to comment.