Skip to content

Commit

Permalink
updated setup for GMA imports w/o chdir
Browse files Browse the repository at this point in the history
  • Loading branch information
dmarx committed Jan 31, 2022
1 parent 138af07 commit 2ea4cff
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pytti_5_beta.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -344,6 +344,8 @@
" !git clone https://github.com/shariqfarooq123/AdaBins.git &> /dev/null\n",
" !git clone https://github.com/zacjiang/GMA.git &> /dev/null\n",
" !touch AdaBins/__init__.py\n",
" !touch GMA/__init__.py\n",
" !touch GMA/core/__init__.py\n",
" !mkdir -p ./pretrained\n",
" if not path_exists('./pretrained/AdaBins_nyu.pt'):\n",
" !gdown https://drive.google.com/uc?id=1lvyZZbC9NLcS8a__YPcUP7rDiIpbRpoF\n",
Expand Down

0 comments on commit 2ea4cff

Please sign in to comment.