Skip to content

Commit

Permalink
Add YOLOv10 to documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
rathaumons authored Jun 27, 2024
1 parent e767876 commit 49327aa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/vsensebox/modules.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ The table below shows all the current supported modules which are integrated in
| | | | | * Run on: CPU or GPU (OpenCV DNN) |
| | +------------------+-------------------------------------------------+
| | | YOLO_Ultralytics | | * Integrated by linking `ultralytics`_ |
| | | | | * Model: .pt `v3, v5, v8, v9`_ |
| | | | | * Model: .pt `v3, v5, v8, v9`_, v10_ |
| | | | | * Run on: CPU or GPU (PyTorch) |
+------------+--------------+------------------+-------------------------------------------------+
| Trackers | Centroid | Centroid | | * Built-in / Native |
Expand All @@ -40,6 +40,7 @@ The table below shows all the current supported modules which are integrated in
.. _V4: https://github.com/AlexeyAB/darknet
.. _ultralytics: https://github.com/numediart/ultralytics-for-vsensebox
.. _v3, v5, v8, v9: https://github.com/ultralytics/assets/releases
.. _v10: https://github.com/THU-MIG/yolov10/releases
.. _SORT repo: https://github.com/abewley/sort
.. _DeepSORT repo: https://github.com/deshwalmahesh/yolov7-deepsort-tracking

Expand Down

0 comments on commit 49327aa

Please sign in to comment.