Forwarded from dnaugsuz
from matplotlib.animation import FuncAnimation
fig = plot.figure(figsize=(ypixels/dpi, xpixels/dpi), dpi=dpi)
img = plot.figimage(imagearray[0])
def animate(i):
img.set_array(image_array[i])
return (img,)
anim = FuncAnimation(fig, animate, frames=len(image_array), interval=80, repeat_delay=1)
display( HTML(anim.to_html5_video()) ) 🌚
duangsues.is_a? SaltedFish
#CV #Python #Cplusplus #ML #CG
This media is not supported in your browser
VIEW IN TELEGRAM
Forwarded from duangsuse::Echo (duangsuse)
Media is too big
VIEW IN TELEGRAM
Forwarded from dnaugsuz
https://github.com/duangsuse-valid-projects/MontagePY/blob/master/montage1_c.py
https://github.com/duangsuse/extract-subtitles 相关项目
https://github.com/duangsuse/extract-subtitles 相关项目
GitHub
duangsuse-valid-projects/MontagePY
:thinking: Montage image generator. Contribute to duangsuse-valid-projects/MontagePY development by creating an account on GitHub.
Forwarded from dnaugsuz
做…什么? extract subtitle 还是 text montage 生成