Graph sampling
yudezhi123456 opened this issue · 2 comments
yudezhi123456 commented
Excellent work! I was wondering if the graph sampling part mentioned in the paper was the part pointed to by my link below. I did not find the graph sampling technique related to the paper in the code, thank you for your answer.
NormXU commented
@yudezhi123456 The graph sampling code is here:
Layout2Graph/networks/graph_net/graph_layout_net.py
Lines 304 to 318 in 0f410b4
We provide three ways to sample the graph: KNN, Beta-skeleton, and customized which is mainly based on prior knowledge and geometry information of bounding boxes.
yudezhi123456 commented
Thank you for your prompt answer!