Update MMOCR_Tutorial.ipynb (#330)

add change directory to `mmocr` after git clone: `%cd mmocr`
"!pip install -r requirements.txt\n", was failing in colab as after git clone one needs to change dir to mmocr.
pull/334/head
miwojc 2021-06-29 11:00:47 +02:00 committed by GitHub
parent 97ac619e68
commit 57e752e9b2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -154,6 +154,7 @@
"\n",
"# Install mmocr\n",
"!git clone https://github.com/open-mmlab/mmocr.git\n",
"%cd mmocr\n",
"!pip install -r requirements.txt\n",
"!pip install -v -e .\n",
"\n",