GFS-Seg icon indicating copy to clipboard operation
GFS-Seg copied to clipboard

The official implementation of Generalized Few-shot Semantic Segmentation (CVPR 2022)

Results 6 GFS-Seg issues
Sort by recently updated
recently updated
newest added

For context: I'm using a different dataset that has 9 classes (6 bases, 3 novel). I did look into the model code, and I don't see where the variable main_proto...

Thank you for your excellent work the error in dataset.py line 95 rand_select_idx = raw_select_list[random.randint(0,len(raw_select_list)-1)] while at the first round,the length of raw_select_list is zero ,so the random function report...

Hello, great work! I find that many txt files like "train_contain_crowd_data_list.txt" and "voc2012/list/val.txt" are hard to find. I suggest that the dataset preparation instructions are needed. ``` raise (RuntimeError("Image list...

Thank you very much for your work, I would like to ask how I should carry out the subsequent visualization of image mask prediction on the trained weight file.

Dear Tian, In application of PANet + CAPL for GFS-Seg, do you follow procedure explained in supplemantary material (CAPL on PANet) ? I wonder whether or not you utilize prototypes...

Thank you for your excellent work! I'm curious about the experimental setup of "PANet + CAPL" in your paper on Tabel 1. I'm curious about your implementation details of training...