CWT-for-FSS
CWT-for-FSS copied to clipboard
Official code for "Simpler is Better: Few-shot Semantic Segmentation with Classifier Weight Transformer. ICCV2021".
How long does it take to process a picture?
Hi, I am trying to reproduce the results in your paper. By the way, I encounter some difficulties. I I downloaded coco dataset and then indicate the folder on `data_root`...
When I read the mask image, I found that the category corresponding to the mask obtained by reading does not correspond to the category of the coco dataset. How can...
When I finished the training, I found that I could not achieve the results in the paper, especially on the COCO dataset, can you tell me more details on the...
``` Traceback (most recent call last): File "/usr/lib/python3.7/runpy.py", line 193, in _run_module_as_main "__main__", mod_spec) File "/usr/lib/python3.7/runpy.py", line 85, in _run_code exec(code, run_globals) File "/content/CWT-for-FSS/src/train.py", line 360, in mp.spawn(main_worker, args=(world_size, args),...
When I was training on a single machine with multiple GPUs, I encountered the following error. What is the reason? ``` (base) lixiang@vs008:~/CWT-for-FSS$ sh scripts/train.sh pascal 0 [0,1] 50 1...
Gpus
i use three gpus to train,but get an error,cound you give me some segguesttion
How to predict a new image and save to my computer?
How to replace my own dataset?