Skip to content

Commit

Permalink
fix(pre_commit): 🎨 auto format pre-commit hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] committed Nov 29, 2024
1 parent 786ecc4 commit 3e6edfa
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions faq/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ <h1><a href="/" class="no-decoration">Computer Vision Model Leaderboard</a></h1>
</div>

<h2>Frequently Asked Questions</h2>

<h3>What is mAP?</h3>
<p>
Mean Average Precision (mAP) is a metric used to evaluate the object detection models. It is the average of the precision-recall curves at different IoU thresholds.
Expand All @@ -95,7 +95,7 @@ <h3>What is F1 Score?</h3>
Precision measures how many of the detected objects are correct. If the model found a box on some cars in an image, but classified 20% as bicycles, precision is 80%, regardless of how many were found.

What if you want high recall and high precision? F1 Score simply combines the two into a single metric. With a high F1 score, you can be sure that model produced both high precision and recall in its results.

<p>Here is the formula for F1 Score, where P is precision and R is recall:</p>

<div style="display:flex; justify-content: center; font-size: 2em;">
Expand Down
2 changes: 1 addition & 1 deletion methodology/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ <h2>Methodology</h2>
<p>
The Roboflow 100 benchmark was designed to measure model performance across domains. If you are interested in learning more about domain-specific model benchmarking, refer to the <a href="https://www.rf100.org/">Roboflow 100 website</a>.
</p>

</div>

<div class="tooltip"></div>
Expand Down
2 changes: 1 addition & 1 deletion static/common.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ a.no-decoration {
text-decoration: none;
color: inherit;
background-color: transparent;
}
}

0 comments on commit 3e6edfa

Please sign in to comment.