fuy34 / superpixel_fcn

[CVPR‘20] SpixelFCN: Superpixel Segmentation with Fully Convolutional Network
Other
392 stars 80 forks source link

What does the unique map mean? #17

Closed Juvexyy closed 3 years ago

Juvexyy commented 3 years ago

When I run run_demo.py, it generates the unique maps as csv file, what does this file represent?

fuy34 commented 3 years ago

Hi,

Sorry for the late reply. Could you tell me more about the csv file?

I believe I have commented the following lines. And normally, you should get csv file from run_demo.py https://github.com/fuy34/superpixel_fcn/blob/0f07be910e41ac73404de23caa99f0e454c6440c/run_demo.py#L123

The csv file we generate in runinfer**.py is for evaluation purposes. The Superpixel Benchmark takes csv files in their evaluation code.