Unverified Commit db950c8b authored by narugo1992's avatar narugo1992 Committed by GitHub
Browse files

Merge pull request #59 from deepghs/dev/real

dev(narugo): add anime real check
parents 8e41751b d1487b4c
Loading
Loading
Loading
Loading
+13 −0
Original line number Diff line number Diff line
import glob
import os.path

from natsort import natsorted

from plot import image_plot

if __name__ == '__main__':
    image_plot(
        *natsorted(glob.glob(os.path.join('real', 'anime', '*.jpg'))),
        *natsorted(glob.glob(os.path.join('real', 'real', '*.jpg'))),
        columns=4, figsize=(10, 15),
    )
+1015 −0

File added.

Preview size limit exceeded, changes collapsed.

+21 −0
Original line number Diff line number Diff line
imgutils.validate.real
=============================================

.. currentmodule:: imgutils.validate.real

.. automodule:: imgutils.validate.real


anime_real_score
-----------------------------

.. autofunction:: anime_real_score



anime_real
-----------------------------

.. autofunction:: anime_real

+112 KiB
Loading image diff...
+162 KiB
Loading image diff...
Loading