Update README.md
Browse files
README.md
CHANGED
|
@@ -1,21 +1,12 @@
|
|
| 1 |
-
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
|
| 10 |
-
|
| 11 |
-
resnet
|
| 12 |
-
|
| 13 |
-
fine-tuning
|
| 14 |
-
|
| 15 |
-
progressive-resizing
|
| 16 |
-
|
| 17 |
-
sih-2025
|
| 18 |
-
base_model: microsoft/resnet-50
|
| 19 |
|
| 20 |
Progressively Resized ResNet50 for Diabetic Retinopathy Grading
|
| 21 |
This repository contains a collection of ResNet50 models fine-tuned for classifying diabetic retinopathy severity. These models are the result of an advanced, multi-stage progressive resizing experiment.
|
|
@@ -77,6 +68,5 @@ model.load_state_dict(torch.load(weights_path, map_location='cpu'))
|
|
| 77 |
model.eval()
|
| 78 |
|
| 79 |
# 3. Preprocess your image using the correct size for the model you loaded
|
| 80 |
-
# ...
|
| 81 |
|
| 82 |
Developed by: Arko007 for SIH 2025.
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: apache-2.0
|
| 3 |
+
language:
|
| 4 |
+
- en
|
| 5 |
+
base_model:
|
| 6 |
+
- microsoft/resnet-50
|
| 7 |
+
pipeline_tag: image-classification
|
| 8 |
+
library_name: keras
|
| 9 |
+
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 10 |
|
| 11 |
Progressively Resized ResNet50 for Diabetic Retinopathy Grading
|
| 12 |
This repository contains a collection of ResNet50 models fine-tuned for classifying diabetic retinopathy severity. These models are the result of an advanced, multi-stage progressive resizing experiment.
|
|
|
|
| 68 |
model.eval()
|
| 69 |
|
| 70 |
# 3. Preprocess your image using the correct size for the model you loaded
|
|
|
|
| 71 |
|
| 72 |
Developed by: Arko007 for SIH 2025.
|