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

Performance in MVS #10

Closed
DingYikang opened this issue Jun 22, 2021 · 1 comment
Closed

Performance in MVS #10

DingYikang opened this issue Jun 22, 2021 · 1 comment

Comments

@DingYikang
Copy link

Hi~
Thanks for your excellent work! I see this words in your code:
x = self.avg_pool(x).flatten(1) # if use in MVS, should abandon this part
x = self.head(x) # if use in MVS, should abandon this part
It seems you have tried Rest in MVS task, I'm wandering what the perfomance of Rest in MVS, and what experiment you have tried.
Looking forward to your reply! Thanks!

@wofmanaf
Copy link
Owner

ResT for downstream tasks, such as object detection and instance segmentation can be found in d2. Following detectron2 to train.

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