Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 675 Bytes

DEMO.md

File metadata and controls

22 lines (13 loc) · 675 Bytes

TarViS Interactive Demo

image

Setup

  • Complete the environment setup in the readme. Note that you do not need to setup any directories for the demo.

  • Install additional packages required for the web interface

pip install -r requirements_demo.txt
  • Run the demo by providing the path to a trained checkpoint:
python tarvis/demo/main.py /path/to/trained/checkpoint.pth

Then you can view the GUI by navigating to localhost:8050 on your web browser (port number may be differ; see on-screen output).