-
Notifications
You must be signed in to change notification settings - Fork 180
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
other available views? #31
Comments
Hi, @wqtwjt1996 , Which experiment are you referring to, Video, Segmentation and Depth, or other color spaces? |
depth and segmentation. |
It needs a bit of work to combine that one in current repo, probably not now. |
@HobbitLong Can you please provide some additional info on how we compute the loss in case of segmentation & depth ? I can't see how to compute the contrastive loss from the segmentation masks, do we pass the labels (C, H, W) through a network to get a representation and then compute the loss? thanks. |
As illustrated in the paper, you also need an encoder to encode segmentation masks into features. |
Could you please release the code of using other views instead of only "l" and "ab" in the training CMC process?
The text was updated successfully, but these errors were encountered: