From 14570c134c1893ad728fa9f3527e6a53ffe3e004 Mon Sep 17 00:00:00 2001 From: Spikey Date: Fri, 10 May 2024 21:21:00 +0200 Subject: [PATCH] fix GDrive links --- .gitignore | 3 +++ _testbed/README.md | 2 +- _testbed/experiments.ipynb | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 8fc7b143..6bf84825 100644 --- a/.gitignore +++ b/.gitignore @@ -169,6 +169,9 @@ cython_debug/ *.sh .DS_Store + _testbed/media/** _testbed/cleaner/** _testbed/model/** + +!.gitkeep \ No newline at end of file diff --git a/_testbed/README.md b/_testbed/README.md index 702df030..5c782408 100644 --- a/_testbed/README.md +++ b/_testbed/README.md @@ -24,7 +24,7 @@ Instructions to use Google Colab are included in the notebooks (TBD). ## Install Test Images The test images are not included in the repository but can be downloaded from the following link: -- [Test images](https://drive.google.com/drive/folders/101_1_20240229) +- [Test images](https://drive.google.com/drive/folders/0BzW8DiWVVMiMN2JaZkg4cHN0NFU?resourcekey=0-ddnFRuwaLHH4FH5bPVa1SA&usp=drive_link) After downloading, place the test images in the [media](media) directory. If you want to use your own, each image should have a corresponding text file with the same name, but with the extension `.txt`, which contains the ground truth data, one line per box (as calculated by PanelCleaner). Optionally, you can also include a `.json` file with the same name, specifying the language of the page: ```json diff --git a/_testbed/experiments.ipynb b/_testbed/experiments.ipynb index 6c8d3c81..15cb4f85 100644 --- a/_testbed/experiments.ipynb +++ b/_testbed/experiments.ipynb @@ -227,7 +227,7 @@ "\n", "Note: I've not play much with this one, `managa-ocr` is surely a much better fit, but it can be educational to compare.\n", "\n", - "I have copied models in my GDrive, and installed (in my Ubuntu, similar in Mac):\n", + "I have copied models in my [drive](https://drive.google.com/drive/folders/0BzW8DiWVVMiMN2JaZkg4cHN0NFU?resourcekey=0-ddnFRuwaLHH4FH5bPVa1SA&usp=drive_link), and installed (in my Ubuntu, similar in Mac):\n", "```bash\n", "cd model\n", "ln -s jpn_vert_tessdata_best.traineddata /usr/share/tesseract-ocr/5/tessdata/jpn_vert.traineddata\n",