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

Discussion on Visual feature aggregation #93

Open
vidit98 opened this issue Dec 26, 2024 · 1 comment
Open

Discussion on Visual feature aggregation #93

vidit98 opened this issue Dec 26, 2024 · 1 comment

Comments

@vidit98
Copy link

vidit98 commented Dec 26, 2024

Thanks again for releasing the code. I was going through extract_features.py and found that to calculate the feature for a voxel, visibility of the voxel is not considered from a given camera.

Intuitively, I thought that features would be averaged only from rendered views from which a particular voxel is available. Do have any explanation why does visibility does not matter? Did you guys tried something like this before finalizing the current method?

@YuDeng
Copy link
Contributor

YuDeng commented Dec 27, 2024

This is a good question. We haven't tried taking visibility into consideration.

In our case, a simple average over all views works pretty well. We conjecture that when averaging, the visible features corresponding to a voxel tend to dominate, given that objects are usually somewhat convex. Of course, we believe that incorporating visibility could yield even better results, and it is worth trying.

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