fudan-zvg / RoadNet

[ICCV2023 Oral] RoadNetworkTRansformer & [AAAI 2024] LaneGraph2Seq
MIT License
68 stars 5 forks source link

Difference between code and paper for sequence construction in AR-RNTR #9

Open ZJWang9928 opened 7 months ago

ZJWang9928 commented 7 months ago

Hello! I found that the implementations of category and index of parent for sequence construction in AR-RNTR are different between your released code and the paper. Are they equivalent? image

EchoQiHeng commented 7 months ago

Hello! I found that the implementations of category and index of parent for sequence construction in AR-RNTR are different between your released code and the paper. Are they equivalent? image

"Seq2bznodelist" seems to have not been called

ZJWang9928 commented 7 months ago

Hello! I found that the implementations of category and index of parent for sequence construction in AR-RNTR are different between your released code and the paper. Are they equivalent? image

"Seq2bznodelist" seems to have not been called

@EchoQiHeng It is called in simple_test_pts function. Besides, all of the topo types are set to start, continue, fork and merge instead of Ancestor, Lineal, Offshoot and Clone. And the integer for the index of parent are implemented as fork from and merge into in the code.