Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

some question about code #1

Open
xiaobai65 opened this issue May 7, 2023 · 5 comments
Open

some question about code #1

xiaobai65 opened this issue May 7, 2023 · 5 comments

Comments

@xiaobai65
Copy link

Thanks for your great job!I am currently researching weakly supervised VSOD. As mentioned in your article, you conducted testing on the VSOD task. Could you please provide the code for the preprocessing section, (Code for Expanding Scribble Annotations Using the SILC Algorithm),and give me some training detail in this task? I look forward to your reply!thanks!

@liuzywen
Copy link
Owner

liuzywen commented May 8, 2023

Code for Expanding Scribble Annotations Using the SILC Algorithm can be seen data.py.

@liuzywen
Copy link
Owner

训练策略与"Weakly Supervised Video Salient Object Detection"论文保持一致。
训练细节:
训练分为两个阶段,预训练和微调阶段。
预训练阶段利用显著数据集S-DUTS,利用现有的光流估计方法"Pwc-net: Cnns for optical flow using pyramid, warping, and cost volume."获得image对应的光流图。
微调阶段利用DAVIS和DAVSOD训练集,训练模型。
图像分辨率是256*256,优化器使用的AdamW,学习率1e-5,batchsize设置为24,数据增强采用随机翻转和裁剪,预训练和微调epoch分别是40和60。

@xiaobai65
Copy link
Author

xiaobai65 commented May 12, 2023 via email

@liuzywen
Copy link
Owner

Please see https://github.com/sniklaus/pytorch-pwc to generate the optical flow map.

@xiaobai65
Copy link
Author

xiaobai65 commented May 12, 2023 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants