antran89 / road_visualizer

This software is a modification of Visualizer from Spacenet competition for road extraction. I made it work for DeepGlobe dataset also.
24 stars 3 forks source link

Computation of the APLS #2

Open onvungocminh opened 2 years ago

onvungocminh commented 2 years ago

Hi @antran89, I have a question about the APLS metric. How to compute the APLS metric from the pixel-wise segmentation of the road? Thank in advance.

antran89 commented 2 years ago

hi anh @onvungocminh, I have used Python code alps, we need to convert the pixel-wise segmentation into graph https://github.com/CosmiQ/apls

Lavender105 commented 1 year ago

Hi @antran89 , Could you provide more details? I didn't find the code for converting the segmentation mask into graph in https://github.com/CosmiQ/apls. Thanks a lot.