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

Missing contrastive_decoder_utils.py File in utils Directory #109

Open
ZachariVaia opened this issue Sep 22, 2024 · 1 comment
Open

Missing contrastive_decoder_utils.py File in utils Directory #109

ZachariVaia opened this issue Sep 22, 2024 · 1 comment

Comments

@ZachariVaia
Copy link

ZachariVaia commented Sep 22, 2024

Hi,

I recently cloned the SegAnyGAussians repository and have been working with the codebase. While running the project, I encountered an issue related to the utils.contrastive_decoder_utils module. It seems that the contrastive_decoder_utils.py file is missing from the utils directory.

The code references this module, but after searching through the repository, I could only find a compiled .pyc file (utils/pycache/contrastive_decoder_utils.cpython-37.pyc). Unfortunately, the original .py source file is not present in the repository.
Could you provide guidance on how to proceed without this file or point me to an alternative module or implementation?
I believe we just have to comment line in the jupyter in the beginning.

@Jumpat
Copy link
Owner

Jumpat commented Sep 29, 2024

Hi, you can just remove the reliance on utils.contrastive_decoder_utils. This has been deprecated during our development.

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