Giter VIP home page Giter VIP logo

ncdss's Introduction

ncdss's People

Contributors

helioszhao avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

ncdss's Issues

Question about data split

Hi,
thanks for your source code, but I have a question
You use base_train_fold0.txt to train a supervised segmentation model f_b in stage1. Then use f_b to generate predicts for file in fold0/novel.txt. However, the part of the filenames are in base_train_fold0.txt. I'd like to ask if there has some error.

Hope to get your reply.

About saliency map

hello~

May I ask how you obtain the saliency maps?

I only see the saliency maps of VOC. There are not saliency maps of Cityscapes, nor the saliency model. Could you please provide them, or where can I find them? Thanks!

custom dtaset

what are the modifications i need to make while using my binary custom dataset, because encountered error when i replaced with my dataset, this is the error message. File "/home/mohammed/NCDSS/utils/common_config.py", line 110, in get_train_dataset
dataset = VOC12_Base(root=p['data_root'], split=p['train_db_kwargs']['split'], transform=transform, novel_fold=p['fold'])
File "/home/mohammed/NCDSS/data/dataloaders/pascal_voc.py", line 226, in init
assert os.path.isfile(_image)
AssertionError

Trained models for COCO

Hello, thanks for your enlightening work!

I am deeply interested in your COCO experiment.
Can you provide the trained models for COCO task?

Thanks!

There is an error of your codes? Maybe

I have a bit of a doubt about this code of base_train.py. I think the location of some codes should be reversed, right?

for name, param in model.named_parameters():
    for ft_layer in p['ft_layer']:
        if name.startswith(ft_layer):

            param.requires_grad = True
            if name.startswith('decoder'):
                print('Add {} in decoder params'.format(name))
                decoder_params.append(param)
            else:
                print('Add {} in classifier params'.format(name))
                classifier_params.append(param)
            
            break
        else:
            param.requires_grad = False

Could you please tell the answer?thank you very much!!!

memory error

RuntimeError: CUDA out of memory. Tried to allocate 512.00 MiB (GPU 0; 10.76 GiB total capacity; 9.10 GiB already allocated; 101.44 MiB free; 9.35 GiB reserved in total by PyTorch)
i received this error, even when i made my batch size 2.

Reproducing PascalVOC results

Hello, and thank you for the work and for making it publicly available!

I'm trying to reproduce your results in the paper by downloading the datasets and running the eval.sh script.

What I'm getting at the moment for the four folds is:

69.4, 65.32, 61.3, 65.15

Whereas in the paper, the results reported are:

69.79, 60.11, 56.28, 50.18

Could a gain of 15 points on the last fold be possible?

Many thanks for considering my request.
Alessandro

about data_split

Hi, thanks for your excellent work!

May I ask how the data/data_split/* are produced? Thanks!

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.