Closed SanchiMittal closed 3 years ago
Hi @SanchiMittal,
This code is based on python 3.8 version, so you should check that out regarding the dependencies that you were unable to install.
Regarding the other error, you should download the weights that are on google drive, the link is on ReadMe.
For running the prediction, you should run the following command:
python predict.py --model_weights='./data/best_model.ckpt' --image_path='./data/Marmot_data/10.1.1.1.2006_3.bmp'
By the way, the prediction code is not very computationally intensive, so you might try running locally.
I am using Google Colab. Upon running
python predict.py
, I am getting the following error:Also, I am unable to install many dependencies in the
requirements.txt
file using pip 21.0.1 For eg. numpy 1.20.0 is not available.