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

questions about Ms and Fs #21

Open
cernykisss opened this issue Jun 20, 2020 · 8 comments
Open

questions about Ms and Fs #21

cernykisss opened this issue Jun 20, 2020 · 8 comments

Comments

@cernykisss
Copy link

Hallo! Thanks for your codes! I appreciate you very much!
After i read your codes carefuully,i've noticed that there are two tensors called Es and Ms.

Es = torch.zeros_like(Ms) Es[:,:,0] = Ms[:,:,0]

Could you tell me their accurate meaning?

wish you a good day

@sjb961121
Copy link

Hallo! Thanks for your codes! I appreciate you very much!
After i read your codes carefuully,i've noticed that there are two tensors called Es and Ms.

Es = torch.zeros_like(Ms) Es[:,:,0] = Ms[:,:,0]

Could you tell me their accurate meaning?

wish you a good day

I have the same question,Have you solved it? Could you help me?💋

@seoungwugoh
Copy link
Owner

Hi @cernykisss @sjb961121
Originally, Ms contains the ground-truth mask and Es contains estimations. Ms was used for training but it no longer effective during inference. So, in the current demo code, you can consider Ms is just legacy doing nothing.

@cernykisss
Copy link
Author

Thanks for your reply!
I've read your paper and knew that there are a Siamese Encoder consisting of two identical encoders in the model.
I'm still wondering the meaning of Encoder_q and Encoder_m in your model.py.

@seoungwugoh
Copy link
Owner

In the paper (STM, http://openaccess.thecvf.com/content_ICCV_2019/papers/Oh_Video_Object_Segmentation_Using_Space-Time_Memory_Networks_ICCV_2019_paper.pdf), no Siamese encoder is used. There are two different encoder each for query and memory image, respectively. You may confused with my previous work (RGMP, http://openaccess.thecvf.com/content_cvpr_2018/papers/Oh_Fast_Video_Object_CVPR_2018_paper.pdf)

@cernykisss
Copy link
Author

답장 해주셔서 매우 감사합니다! 나는 신문을 잘못 읽었다.

@cernykisss
Copy link
Author

Hello! Sorry for interrupting you again. I've read your paper about STM. But the I want to know more about multi object segment. Your paper says 'More details are included in the supplementary materials'. Where is the supplementary materials? Could you give me a link?
Waiting for your answer!

@seoungwugoh
Copy link
Owner

seoungwugoh commented Jun 30, 2020

@cernykisss
Copy link
Author

thank you!

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

3 participants