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

How to convert DeepGlobe xxx_mask.png to xxx.csv? #1

Open Flame-Master opened 3 years ago

Flame-Master commented 3 years ago

Hi, thank you for your great work! I download DeepGlobe Dataset and find it only has image label. I want to know how to convert 103201_mask.jpg to 103201_mask_gt.csv. Could you share your code?

antran89 commented 3 years ago

@Flame-Master Hi, that is the prediction values of linestring. I will update the code for this paper https://arxiv.org/abs/2010.06932, and will let you know.

ygsd commented 2 years ago

Hi, @antran89 thank you for your great work! I download DeepGlobe Dataset and find it only has image label. I want to know how to convert 103201_mask.jpg to 103201_mask_gt.csv. Could you share your code?

livvy-zhang commented 1 year ago

我也遇到了同样的问题,请问老兄,怎么转换成cvs,解决了吗