Skip to content

Commit

Permalink
chore: update doc to reflect SDK support (#714)
Browse files Browse the repository at this point in the history
* update doc to reflect SDK support

* Reverted with a note stating requirement for results on OD

* fixed overlapping changes

* reverted step 2 overlapping changes

* aligned to uv to step 4 SDK
  • Loading branch information
brianshen3 authored Oct 18, 2024
1 parent 368df4c commit 6c2b965
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docs/dataset/object-detection.md
Original file line number Diff line number Diff line change
Expand Up @@ -233,6 +233,15 @@ For details on what is recommended within your model results, see the relevant d

### Step 4: Upload Object Detection Model Results

!!! Note
When uploading model results for object detection, it is generally necessary to use the SDK.
This is because the performance metrics are computed on the client side during the upload process.
Although the Web App can be used as an example, the actual result calculations are performed
via the `upload_object_detection` function in the SDK.

If any changes are made to the ground truth data, it is important to re-upload your model
results to ensure that the metrics are recalculated correctly.

=== "Web App"

We will upload object detection model results of [YOLO X](https://github.com/Megvii-BaseDetection/YOLOX)
Expand Down

0 comments on commit 6c2b965

Please sign in to comment.