kaixin96 / PANet

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

How do I run the N-way experiments? #36

Open azharshaikh06 opened 3 years ago

kaixin96 commented 3 years ago

Hi @azharshaikh06 , you can modify configurations in config.py accordingly for running N-way experiments. Please note that there is a bug when n_queries != 1 (see #6).

Thank you.