Missing contrastive_decoder_utils.py File in utils Directory
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.
Hi, you can just remove the reliance on utils.contrastive_decoder_utils. This has been deprecated during our development.