Commit 5dfe589b authored by narugo1992's avatar narugo1992
Browse files

Merge branch 'main' into 2dvit

parents 9009e85e 6d4798d4
Loading
Loading
Loading
Loading
+246 KiB
Loading image diff...
+12 −0
Original line number Diff line number Diff line
imgutils.tagging
========================

.. currentmodule:: imgutils.tagging

.. automodule:: imgutils.tagging


.. toctree::
    :maxdepth: 3

    wd14
+126 KiB
Loading image diff...
+9 −0
Original line number Diff line number Diff line
from plot import image_plot

if __name__ == '__main__':
    image_plot(
        *['skadi.jpg', 'hutao.jpg'],
        save_as='tagging_demo.dat.svg',
        columns=2,
        figsize=(4, 8),
    )
+14 −0
Original line number Diff line number Diff line
imgutils.tagging.wd14
====================================

.. currentmodule:: imgutils.tagging.wd14

.. automodule:: imgutils.tagging.wd14


get_wd14_tags
----------------------

.. autofunction:: get_wd14_tags

Loading