From f31172fb73a7a6d2a25ca5250a29686e67f335f0 Mon Sep 17 00:00:00 2001 From: Shreyas Vaidya <95679215+Shreyasvaidya@users.noreply.github.com> Date: Fri, 30 Jun 2023 19:08:05 +0530 Subject: [PATCH] Update README.md --- README.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index b6a1f9a..59f5467 100644 --- a/README.md +++ b/README.md @@ -44,12 +44,13 @@ Python Libraries used: 4. Run All the cells in the train.ipynb file.Be sure to change the path of tessdata folder based on its location in the system.Also in windows the forward slashes have to be changed to backslashes. 5. The model pth file will be saved in the local directory - **Model file** - [Model.pth](https://drive.google.com/file/d/1w8XV_rqawwvosHgY-M9yABVaN6HmmrE6/view?usp=sharing) + 6. The Eval script has to be run on colab.You can run all the cells ,or only calculate distances between test images and then predict using the saved knn file. + 7. Before running the colab script , the dataset.zip file ,provided in the beginning of the competition has to be placed in the MyDrive folder.The pth file,semi-test.zip , and test.csv files are to be placed inside an ncv folder. + + **Model file** - [Model.pth](https://drive.google.com/file/d/1w8XV_rqawwvosHgY-M9yABVaN6HmmrE6/view?usp=sharing) - 6.The Eval script has to be run on colab.You can run all the cells ,or only calculate distances between test images and then predict using the saved knn file. - **knn file** - [knn.pickle](https://drive.google.com/file/d/1bKv1ivylU_lS_MUac1prU1h8OiTxElpX/view?usp=sharing). - - 7. Before running the colab script , the dataset.zip file ,provided in the beginning of the competition has to be placed in the MyDrive folder.The pth file,semi-test.zip , and test.csv files are to be placed inside an ncv folder. + **knn file** - [knn.pickle](https://drive.google.com/file/d/1bKv1ivylU_lS_MUac1prU1h8OiTxElpX/view?usp=sharing). +