🐋
Hypnotic Streamlines Animation
  • Introduction
  • Getting Started
    • Installation Guide
      • Line Art Code
      • Corresponding Code
      • Vpaint
    • Program Usage
      • Data Format
        • Line Art Data Format
        • Streamlines Corresponding
      • Line Art Generation
        • Image Pre-processing
        • Streamlines Rendering
      • Patch Optimization Tutorial
  • System Workflow
    • Still Image Workflows
    • Animation Frames Workflows
    • Different Generation Methods
  • Advanced Guide
    • Function API
      • Zhanping's Code
      • Line Art Code
      • Streamlines Corresponding
  • Bug and Future Work
    • Streamlines Generation Code
    • Limitation of Different Methods
    • SCR Streamline Animation Code
  • Future Work
Powered by GitBook
On this page
  • Require Python Library (need to manually install)
  • -- Installation Step --
  • Step 1 - Open Project
  • Step 2 - Make Sure the Python Configuration Set-up is complete
  • Step 3 - Run The app.py code

Was this helpful?

  1. Getting Started
  2. Installation Guide

Corresponding Code

This is the streamlines animation corresponding code, written by python.

PreviousLine Art CodeNextVpaint

Last updated 3 years ago

Was this helpful?

Require Python Library (need to manually install)

  1. python version > 3.7

  2. Intersect ( pip install intersect )

  3. PyQt5 ( For UI Interface Design )

  4. Other Related Library

-- Installation Step --

Step 1 - Open Project

Open "Line Art Animation\LineArtCoherenceTool\Streamline Corresponding\app.py" using Python IDE ( i.e. Pycharm)

Step 2 - Make Sure the Python Configuration Set-up is complete

Step 3 - Run The app.py code

Build Success will pop-out the following UI Panel