AnimatedDrawings
AnimatedDrawings copied to clipboard
Code to accompany "A Method for Animating Children's Drawings of the Human Figure"
Hello if you have GPU on your machine and you are having trouble to run the project on Ubuntu 22 or higher. Run the following commands: 1. sudo apt-get install...
If there is a tutorial, I hope you can provide me with a tutorial address
When USE_MESA is False, the code execution is ok, but when I set USE_MESA to True, the program reports an error USE_MESA: False USE_MESA: True `Python 3.11.3 (main, Apr 7...
Thanks for replying on HN. I think it'd be super fun to do this with the family: scan in the kids' drawings, turn on our webcam, and start moving around...
 I got this error when run the code: ``` from animated_drawings import render render.start('./examples/config/mvc/interactive_window_example.yaml') ``` Ubuntu 18.04
Thanks to the author's outstanding work! I encountered the following error when using the BVH file extracted by myself to drive the picture animation. Where can I correct it? >>>...
 I got this issue when try to animate own drawing. Thank u for your helps.
``` > $ python gif.py > Imports successful! > Writing video to: /home/usr/projects/animated-drawing/video.gif > 100%|█████████████████████████████████████████████████████████████████████████████████| 339/339 [00:10 Segmentation fault ``` Same thing happens to save to a video, it finishes...