atticus-carter commited on
Commit
a6b3f9f
·
verified ·
1 Parent(s): dc0566d

Upload folder using huggingface_hub

Browse files
.gitattributes CHANGED
@@ -35,3 +35,5 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
36
  confusion_matrix.png filter=lfs diff=lfs merge=lfs -text
37
  results.png filter=lfs diff=lfs merge=lfs -text
 
 
 
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
36
  confusion_matrix.png filter=lfs diff=lfs merge=lfs -text
37
  results.png filter=lfs diff=lfs merge=lfs -text
38
+ BoxF1_curve.png filter=lfs diff=lfs merge=lfs -text
39
+ BoxR_curve.png filter=lfs diff=lfs merge=lfs -text
BoxF1_curve.png ADDED

Git LFS Details

  • SHA256: 732160e7e21601579543816c4f58d82f0c1ddc9707d48553b541e2885c9c7e51
  • Pointer size: 131 Bytes
  • Size of remote file: 105 kB
BoxPR_curve.png ADDED
BoxP_curve.png ADDED
BoxR_curve.png ADDED

Git LFS Details

  • SHA256: 6ee1bff9fba8c4b08e054abcdd21981726c79e921b04e3d93b41904534ee6dad
  • Pointer size: 131 Bytes
  • Size of remote file: 104 kB
README.md CHANGED
@@ -43,6 +43,11 @@ Unified marine object detection model.
43
  ### Visualizations
44
  ![Results](results.png)
45
  ![Confusion Matrix](confusion_matrix.png)
 
 
 
 
 
46
  ![Labels](labels.jpg)
47
 
48
  ### Usage
 
43
  ### Visualizations
44
  ![Results](results.png)
45
  ![Confusion Matrix](confusion_matrix.png)
46
+ ![Normalized Confusion Matrix](confusion_matrix_normalized.png)
47
+ ![F1 Curve](BoxF1_curve.png)
48
+ ![Precision Curve](BoxP_curve.png)
49
+ ![Recall Curve](BoxR_curve.png)
50
+ ![PR Curve](BoxPR_curve.png)
51
  ![Labels](labels.jpg)
52
 
53
  ### Usage
confusion_matrix_normalized.png ADDED