kaixin96 / PANet

Code for our ICCV 2019 paper PANet: Few-Shot Image Semantic Segmentation with Prototype Alignment
315 stars 64 forks source link

Question about "scribble" #41

Open chunbolang opened 3 years ago

chunbolang commented 3 years ago

Hi, thanks for sharing the code.

I checked the files in the ScribbleAugAuto folder. The annotations here are just lines and cannot form closed graphics. How can I generate annotations similar to Figure 6?

If not, what is the value of _scribbledilation in the config file during the test? It seems that the performance is not ideal (in my test) when the value is 0. Did I neglect something?

Look forward to your reply.

Regards

kaixin96 commented 3 years ago

Hi @chunbolang , scribble_dilation is used to increase the width of the scribbles, so using a large value can produce annotations similar to ones in Figure 6.

I checked the experiment logs and the value I used for test is 0.

Thank you.

0blackcrow0 commented 2 years ago

Hi @chunbolang , scribble_dilation is used to increase the width of the scribbles, so using a large value can produce annotations similar to ones in Figure 6.

I checked the experiment logs and the value I used for test is 0.

How are the files in the scribbleauauto folder generated