PogusTheWhisper commited on
Commit
f24ed74
·
verified ·
1 Parent(s): d957fbb

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +15 -0
README.md CHANGED
@@ -4,3 +4,18 @@ tags:
4
  - vision
5
  - image-classification
6
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4
  - vision
5
  - image-classification
6
  ---
7
+
8
+ # SurgiCare_V1_best
9
+ I used EfficientNet-B3 to train for 25 epochs, monitoring the validation loss.
10
+ Accuracy: 0.9062 Approximately 11 seconds per image.
11
+ ![alt text](https://raw.githubusercontent.com/PogusTheWhisper/SurgiCare/main/wound_classify_train/SurgiCare-V1-best.png)
12
+
13
+ # SurgiCare_V1_fast
14
+ Accuracy: 0.7969 Approximately 5 seconds per image.
15
+ I used MobileNetV3Large to train for 50 epochs, monitoring the validation loss.
16
+ ![alt text](https://raw.githubusercontent.com/PogusTheWhisper/SurgiCare/main/wound_classify_train/SurgiCare-V1-fast.png)
17
+
18
+ # SurgiCare_V1_mini
19
+ Accuracy: 0.7812 Approximately 4 seconds per image.
20
+ I used MobileNetV3Small to train for 50 epochs, monitoring the validation loss.
21
+ ![alt text](https://raw.githubusercontent.com/PogusTheWhisper/SurgiCare/main/wound_classify_train/SurgiCare-V1-mini.png)