Commit 669b6e0e authored by narugo1992's avatar narugo1992
Browse files

dev(narugo): add yolo docs

parent bed0f541
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -11,3 +11,4 @@ imgutils.generic

    classify
    enhance
    yolo
+24 −0
Original line number Diff line number Diff line
imgutils.generic.yolo
=======================================

.. currentmodule:: imgutils.generic.yolo

.. automodule:: imgutils.generic.yolo



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

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



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

.. autofunction:: yolo_predict