Understanding-Visual-Datasets / VisDiff

Official implementation of "Describing Differences in Image Sets with Natural Language" (CVPR 2024 Oral)
https://understanding-visual-datasets.github.io/VisDiff-website/
Apache License 2.0
105 stars 12 forks source link

Add an environment set-up with specific versions #7

Open pdejorge opened 5 months ago

pdejorge commented 5 months ago

Hello,

Congratulations on your paper. I'm trying to run the code but I keep getting conflicts when installing the different libraries as by default pip will install the latest version of all of them and they don't seem to be compatible.

Would it be possible for you to run something like conda env export > environment.yml on your environment to share the package versions?

Also, in the current requirements.txt you do not add the packages in serve.

It would be great to have them all in a single environment file. Thanks in advance!