Giter Club home page Giter Club logo

stmask's People

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

Watchers

 avatar  avatar  avatar  avatar

stmask's Issues

weights link

Thank you for the great project!!
I try to test your project using provided weights.
However, it seems that the link for the provided weights is incorrect.
Could you please check the links?

Error from Youtube 2019 Evaluation

Thank you for sharing the repo!

We are trying to reproduce the results of Youtube2019 based on your instructions. We tried two different pretrained weights, but got the same errors:

RuntimeError: invalid spatial size of offset, expected height: %d width: %d, but got height: %d width: %d50784880 (deform_conv_shape_check at ./mmcv/ops/csrc/pytorch/deform_conv_cuda.cu:177)

The two commands we used were as follows:
python eval.py --config=STMask_plus_base_ali_config --trained_model=weights/STMask_plus_base_ali.pth --mask_det_file=weights/results.json

python eval.py --config=STMask_plus_base_ada_config --trained_model=weights/STMask_plus_base_ada.pth --mask_det_file=weights/results.json

We would really appreciate some help, thank you very much!

valid_sub_YouTube_VOS_dataset

valid_sub_YouTube_VOS_dataset = dataset_base.copy({
    'img_prefix': '../datasets/YouTube_VOS2019/train/JPEGImages',
    'ann_file': '../datasets/YouTube_VOS2019/annotations_instances/valid_sub.json',
    'test_mode': False,
})

@MinghanLi
It sounds like you split the train jsons into train_sub and valid_sub for epoch/iterations evaluation.
Could you provide more details about this one such as how to split to reproduce your results? I could not find it across the codes.

And, is that the train-sub and valid_subare only used in developments, and all reported results are trained by full train set after 12 epochs for YT and 20 epochs for OVIS?

Thanks!

Confuse about batchsize and total iterations

Dear author, thanks for your great job! I'm trying to train STMask and I find the batchsize and max_iter you gave in the code is different from the paper.
In the paper, you set bz 16 and total iters 160000.

paper

But in the code you set bz 8 and max_iters 250000
bzreal
iters

So, I want to know the exact paramters to get the final result.

RuntimeError: CUDA error: invalid device function 段错误 (核心已转储)

File "/STMask/layers/modules/track_to_segment_head.py", line 61, in correlate
out_corr = out_corr.view(b, ph*pw, h, w) / x1.size(1)
RuntimeError: CUDA error: invalid device function
段错误 (核心已转储)

Thank you for sharing the code!

when I run the code, I met the error above.

I would really appreciate your help to fix this problem.

Thank your very much~

g++ 's error

I found a problem.
This code runs uncorrectly in Pytorch1.5.0
please use Pytorch 1.4.0
and when install mmcv, please use pip install mmcv-full==1.1.2 -f https://download.openmmlab.com/mmcv/dist/cu101/torch1.4.0/index.html

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.