dyldang commited on
Commit
ded7a3b
·
verified ·
1 Parent(s): 71ac87f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -0
README.md CHANGED
@@ -174,6 +174,18 @@ These errors highlight an important limitation, the model relies heavily on visu
174
 
175
  ---
176
 
 
 
 
 
 
 
 
 
 
 
 
 
177
  ## Performance Analysis
178
 
179
  The model performs best when:
 
174
 
175
  ---
176
 
177
+ ## Evaluation
178
+
179
+ The model was evaluated using standard object detection metrics.
180
+
181
+ The precision and recall curves illustrate the model’s ability to detect bike lanes while minimizing false positives. The F1 curve shows the optimal balance between precision and recall, and the PR curve summarizes overall detection performance across confidence thresholds.
182
+
183
+ ### Curves
184
+ ![Precision Curve](BoxP_curve.png)
185
+ ![Recall Curve](BoxR_curve.png)
186
+ ![PR Curve](BoxPR_curve.png)
187
+ ![F1 Curve](BoxF1_curve.png)
188
+
189
  ## Performance Analysis
190
 
191
  The model performs best when: