Skip to content

Commit

Permalink
Update colab-github-demo.ipynb
Browse files Browse the repository at this point in the history
  • Loading branch information
peteryuX authored May 4, 2020
1 parent 97483c8 commit b3794d5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions notebooks/colab-github-demo.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -162,8 +162,8 @@
"\n",
"gdd.download_file_from_google_drive(file_id='16HBH2bpSY3TQ_STryWFe72CIcUzp6GRy',\n",
" dest_path='./retinaface_mbv2.zip')\n",
"!mkdir -p checkpoints/retinaface_mbv2\n",
"!unzip retinaface_mbv2.zip -d checkpoints/retinaface_mbv2\n",
"!mkdir -p checkpoints/\n",
"!unzip retinaface_mbv2.zip -d checkpoints/\n",
"!rm retinaface_mbv2.zip"
],
"execution_count": 3,
Expand Down Expand Up @@ -284,4 +284,4 @@
]
}
]
}
}

0 comments on commit b3794d5

Please sign in to comment.