SegAnyGAussians icon indicating copy to clipboard operation
SegAnyGAussians copied to clipboard

Missing contrastive_decoder_utils.py File in utils Directory

Open ZachariVaia opened this issue 1 year ago • 1 comments

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.

ZachariVaia avatar Sep 22 '24 12:09 ZachariVaia

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

Jumpat avatar Sep 29 '24 03:09 Jumpat