SG-One icon indicating copy to clipboard operation
SG-One copied to clipboard

SG-One: Similarity Guidance Network for One-Shot Semantic Segmentation

Results 5 SG-One issues
Sort by recently updated
recently updated
newest added

When I'm trying to run the scripts, it is giving the above-mentioned error. Traceback (most recent call last): File "train_frame.py", line 14, in from oneshot import * AttributeError: 'module' object...

Hi, could you please provide your environment info? Like the version of Torch and the list of your site-package? Thank you.

In [onemodel_sg-one.py](https://github.com/xiaomengyc/SG-One/blob/master/oneshot/onemodel_sg-one.py#L37) line 37, the behaviour of `torch.sum(pos_mask)` will be different if the batch size is not 1. It is better to write it batchsize-agnostic.

nice work and thanks for making it public. Could you please provide more introduction about how to use the code, including the environment, the dataset, the access to the datasets....

From where should I download the dataset? Because I download it from http://host.robots.ox.ac.uk/pascal/VOC/voc2012/ and there is no folder named "list" and no file named "train.txt" I am getting this error:...