Skip to content
/ LPGT Public

[TVCG & VIS'24] Graph Transformer for Label Placement

Notifications You must be signed in to change notification settings

JingweiQu/LPGT

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Graph Transformer for Label Placement

Air Conditioner Dishwasher Remote
Ground-truth vs. LPGT Ground-truth vs. LPGT Ground-truth vs. LPGT

This repository is the implementation of the paper:

Jingwei Qu, Pingshun Zhang, Enyu Che, Yinan Chen, and Haibin Ling. Graph Transformer for Label Placement. TVCG, 2024.

It contains the training and evaluation procedures in the paper.

Requirements

Dataset

Download the SWU-AMIL dataset and extract it to the folder data.

Evaluation

Download the trained model into the folder trained_models. Then run evaluation:

python test.py experiments/amil.json

Training

Run training:

python train.py experiments/amil.json

Citation

@article{qu2024graph,
 title={Graph Transformer for Label Placement},
 author={Qu, Jingwei and Zhang, Pingshun and Che, Enyu and Chen, Yinan and Ling, Haibin},
 journal={IEEE Transactions on Visualization and Computer Graphics},
 year={2024},
 doi={10.1109/TVCG.2024.3456141}
}

About

[TVCG & VIS'24] Graph Transformer for Label Placement

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages