-
Notifications
You must be signed in to change notification settings - Fork 81
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
Comments
I have the same question,Have you solved it? Could you help me?💋 |
Hi @cernykisss @sjb961121 |
Thanks for your reply! |
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) |
답장 해주셔서 매우 감사합니다! 나는 신문을 잘못 읽었다. |
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? |
@cernykisss You can download it through the download link in the GitHub page. |
thank you! |
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
The text was updated successfully, but these errors were encountered: