LexBwmn commited on
Commit
77c8e5e
·
verified ·
1 Parent(s): e40e5e7

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -0
README.md CHANGED
@@ -99,6 +99,8 @@ For the most reliable results, I recommend the following inference settings base
99
  * **Recommended Confidence:** `0.466`
100
  * **Image Size:** `640x640`
101
 
 
 
102
  ### Usage Guide
103
  To run inference with the ACE-V1.1 weights, use the following snippet:
104
 
@@ -112,6 +114,8 @@ model = YOLO('ACE-V1.1.pt')
112
  results = model.predict(source='mri_scan.jpg', conf=0.466, save=True)
113
  ```
114
 
 
 
115
  ### Citation
116
  @misc{bowman2026acev11,
117
  author = {Bowman, Alexa},
 
99
  * **Recommended Confidence:** `0.466`
100
  * **Image Size:** `640x640`
101
 
102
+ ---
103
+
104
  ### Usage Guide
105
  To run inference with the ACE-V1.1 weights, use the following snippet:
106
 
 
114
  results = model.predict(source='mri_scan.jpg', conf=0.466, save=True)
115
  ```
116
 
117
+ ---
118
+
119
  ### Citation
120
  @misc{bowman2026acev11,
121
  author = {Bowman, Alexa},