You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: