A question about infer.py
Thank you for your excellent work! But I encounter a problem when I run infer.py. The problem is when I set INFER_STEP: "start", START_FROM_ROAD_PEAK: True, the file can successfully run. If I change the INFER_STEP to"after_seg", it will report an error when doing post_process_graph. Can you give me some advice? Thanks again.
infer anchor start
batch_size:1
Except save graph yunnan_city
Traceback (most recent call last):
File "infer.py", line 586, in
Hi, kangkau.
The log says "Except save graph yunnan_city", that means there is a bug here https://github.com/tansor/VecRoad/blob/17e78980b6eb7170702dc79663c595f26bcdb664/infer.py#L192
Please check the except_yunnan_city.graph file and function infer_anchor for more details.
Thank you for your advice!! I've solved the problem mentioned above. There's another question I want to ask, there are still some disconnected roads in the final results. How can I adjust the parameters in default.yml to increase the road connectivity? Thank you very much!
HI,I had the same problem,can you tell me how to solve this problem?
Thank you for your advice!! I've solved the problem mentioned above. There's another question I want to ask, there are still some disconnected roads in the final results. How can I adjust the parameters in default.yml to increase the road connectivity? Thank you very much!
hello , I have the same problem , can you tell me how to solve it?