Open sushant097 opened 5 days ago
Hey, I looked through our code and we had already done both for the evaluation metrics as we printed out the confusion matrix. Also, I'm not sure if you have read the repo carefully but we stated to make sure to run the file within Colab if running it locally does not work which from the error result that you had gotten, it is very likely that you ran the evaluation script on PyCharm. Also, we did also create our evaluation script, Test_Model.ipynb, so there was no need to make your evaluation script in Python. So I don't know if there was a misreading error but we did have our evaluation script called Test_Model.ipynb, stated in the repo. I will change the evaluation script to output the folder with the results instead of just a confusion matrix. That is all to be changed within the repo as we already have our evaluation script in Python called Test_model.ipynb.
├── evaluation_results/ # Output folder for evaluation results
│ ├── analysis.txt # Logs and detailed evaluation output
│
├── model_epoch_17.h5 # model weights
├── ../dataset/ # Private dataset with building images
│ ├── Butler Hall/ # Subfolder for Butler Hall images
│ ├── Carpenter Hall/ # Subfolder for Carpenter Hall images
│ ├── Lee Hall/ # Subfolder for Lee Hall images
│ ├── McCain Hall/ # Subfolder for McCain Hall images
│ ├── McCool Hall/ # Subfolder for McCool Hall images
│ ├── Old Main/ # Subfolder for Old Main images
│ ├── Simrall Hall/ # Subfolder for Simrall Hall images
│ ├── Student Union/ # Subfolder for Student Union images
│ ├── Swalm Hall/ # Subfolder for Swalm Hall images
│ ├── Walker Hall/ # Subfolder for Walker Hall images
├── Test_Model.ipynb # evaluation script```
We got following issues while running your code:
The code we used:
requirements.txt:
We will not accept your submission if you don't create an evaluation script in Python and mention requirements.txt in your Repo.
Which we already did for you. Review the bug in your code and try to resolve it ASAP.