facebookresearch / AnimatedDrawings

Code to accompany "A Method for Animating Children's Drawings of the Human Figure"
MIT License
10.31k stars 885 forks source link

Creating view in render.py gets stuck when being used in Flask application #286

Closed Tigran01 closed 1 month ago

Tigran01 commented 2 months ago

Everything works fine up to the point when it's time for render.py to run, particularly it gets stuck after "Configuration loaded successfully" when going creating view:

        # create view
        from AnimatedDrawings.animated_drawings.view.view import View
        view = View.create_view(cfg.view)
        logging.info("View created successfully.")
        print("View created successfully.")
Tigran01 commented 1 month ago

Worked on Linux.