Commit f018188d authored by narugo1992's avatar narugo1992
Browse files

dev(narugo): add wd14 tagging

parent a830ab45
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