Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 759 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 759 Bytes

SeqTR Demo

DEMO

Installation

  1. Please refer to the Installation section to complete the model environment deployment.

  2. Make sure the gradio package is installed:

    pip install gradio
  3. Download the pretrained checkpoints from Models, and place it to some directory(ckpt for default). To better identify the checkpoint, please change the filename after downloading.

  4. launch the webui.py to use

    python demo/webui.py --ckpt_dir YOUR_CHECKPOINT_DIR

    Noted that the YOUR_CHECKPOINT_DIR is the checkpoint directory(ckpt for default).

Attention

You may need to modify num_ray in config file to adapt the checkpoint.