Skip to content

Commit

Permalink
delete useless files
Browse files Browse the repository at this point in the history
  • Loading branch information
liming-ai committed Apr 11, 2024
1 parent 2766052 commit c378f50
Show file tree
Hide file tree
Showing 34 changed files with 2 additions and 2 deletions.
Binary file removed images/.DS_Store
Binary file not shown.
Binary file removed images/canny/0_112.png
Binary file not shown.
Binary file removed images/canny/0_31.png
Binary file not shown.
Binary file removed images/canny/0_68.png
Binary file not shown.
Binary file removed images/canny/0_94.png
Binary file not shown.
Binary file removed images/depth/210.png
Binary file not shown.
Binary file removed images/depth/212.png
Binary file not shown.
Binary file removed images/depth/3019.png
Binary file not shown.
Binary file removed images/depth/318.png
Binary file not shown.
Binary file removed images/depth/452.png
Binary file not shown.
Binary file removed images/depth/478.png
Binary file not shown.
Binary file removed images/hed/0_108.png
Binary file not shown.
Binary file removed images/hed/0_54.png
Binary file not shown.
Binary file removed images/hed/0_67.png
Binary file not shown.
Binary file removed images/hed/0_8.png
Binary file not shown.
Binary file removed images/lineart/.DS_Store
Binary file not shown.
Binary file removed images/lineart/227.png
Binary file not shown.
Binary file removed images/lineart/293.png
Binary file not shown.
Binary file removed images/lineart/350.png
Binary file not shown.
Binary file removed images/lineart/430.png
Binary file not shown.
Binary file removed images/lineart/6.png
Binary file not shown.
Binary file removed images/seg/103.png
Binary file not shown.
Binary file removed images/seg/1178.png
Binary file not shown.
Binary file removed images/seg/216.png
Binary file not shown.
Binary file removed images/seg/32.png
Binary file not shown.
Binary file removed images/seg/82.png
Binary file not shown.
Binary file removed images/seg/952.png
Binary file not shown.
Binary file removed images/seg/958.png
Diff not rendered.
4 changes: 2 additions & 2 deletions img2gif.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import os
import imageio

task = 'seg'
task = 'lineart'

# Define the filenames of your images
root_dir = f'images/{task}'
Expand All @@ -14,4 +14,4 @@
images.append(imageio.imread(filename))

# Write the images to a gif file
imageio.mimsave(f'{task}.gif', images, fps=0.3)
imageio.mimsave(f'{task}.gif', images, fps=0.3, loop=0)
Binary file modified static/images/canny.gif
Binary file modified static/images/depth.gif
Binary file modified static/images/hed.gif
Binary file modified static/images/lineart.gif
Binary file modified static/images/seg.gif

0 comments on commit c378f50

Please sign in to comment.