Commit e8549695 authored by narugo1992's avatar narugo1992
Browse files

dev(narugo): fix docs

parent c1b3a187
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -12,5 +12,5 @@ if __name__ == '__main__':
            for filename in filenames
        ),
        columns=3,
        figsize=(14, 12),
        figsize=(14, 10),
    )
+0 −591

File deleted.

Preview size limit exceeded, changes collapsed.

+6 −0
Original line number Diff line number Diff line
"""
Overview:
    Get background images.

    These resources are hosted on `deepghs/anime-bg <https://huggingface.co/datasets/deepghs/anime-bg>`_,
    which is based on `skytnt/anime-segmentation <https://huggingface.co/datasets/skytnt/anime-segmentation>`_.

    .. image:: background_full.plot.py.svg
        :align: center
"""
import os.path
from functools import lru_cache