Skip to content

Commit

Permalink
dev(narugo): add yolo docs
Browse files Browse the repository at this point in the history
  • Loading branch information
narugo1992 committed Sep 16, 2024
1 parent bed0f54 commit 669b6e0
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/source/api_doc/generic/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,4 @@ imgutils.generic

classify
enhance
yolo
24 changes: 24 additions & 0 deletions docs/source/api_doc/generic/yolo.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
imgutils.generic.yolo
=======================================

.. currentmodule:: imgutils.generic.yolo

.. automodule:: imgutils.generic.yolo



YOLOModel
-----------------------------------------

.. autoclass:: YOLOModel
:members: __init__, predict, clear



yolo_predict
-----------------------------------------

.. autofunction:: yolo_predict



0 comments on commit 669b6e0

Please sign in to comment.