PogusTheWhisper commited on
Commit
a0860c9
·
verified ·
1 Parent(s): dce3f5f

Update README.md

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