Commit c77de73b authored by narugo1992's avatar narugo1992
Browse files

dev(narugo): add frameworks for other modules

parent f717cc94
Loading
Loading
Loading
Loading
+13 −0
Original line number Diff line number Diff line
imgutils.metrics
========================

.. currentmodule:: imgutils.metrics

.. automodule:: imgutils.metrics


.. toctree::
    :maxdepth: 3

    lpips
    psnr_
+28 −0
Original line number Diff line number Diff line
imgutils.metrics.lpips
===========================

.. currentmodule:: imgutils.metrics.lpips

.. automodule:: imgutils.metrics.lpips


lpips_extract_feature
--------------------------------------

.. autofunction:: lpips_extract_feature



lpips_difference
--------------------------------------

.. autofunction:: lpips_difference



lpips_clustering
--------------------------------------

.. autofunction:: lpips_clustering

+14 −0
Original line number Diff line number Diff line
imgutils.metrics.psnr\_
========================

.. currentmodule:: imgutils.metrics.psnr_

.. automodule:: imgutils.metrics.psnr_


psnr
---------------------

.. autofunction:: psnr

+12 −0
Original line number Diff line number Diff line
imgutils.utils
========================

.. currentmodule:: imgutils.utils

.. automodule:: imgutils.utils


.. toctree::
    :maxdepth: 3

    onnxruntime
+22 −0
Original line number Diff line number Diff line
imgutils.utils.onnxruntime
====================================

.. currentmodule:: imgutils.utils.onnxruntime

.. automodule:: imgutils.utils.onnxruntime


get_onnx_provider
-------------------------------------

.. autofunction:: get_onnx_provider



open_onnx_model
-------------------------------------

.. autofunction:: open_onnx_model


Loading