wyhlaowang / LDFusion

[LDFusion] Official implementation for "Infrared and visible Image Fusion with Language-driven Loss in CLIP Embedding Space"
15 stars 1 forks source link

Pillow version conflict #5

Open waysongjiang opened 1 week ago

waysongjiang commented 1 week ago

In your requirement.txt, there are two Pillow version: Pillow==9.0.1, Pillow==10.2.0, which version should i choose?

wyhlaowang commented 1 week ago

Thank you for pointing this out. Both versions of Pillow are acceptable, but we recommend using the newer version, Pillow==10.2.0.

waysongjiang commented 1 week ago

Besides, when I tried pip install -r requirements.txt, I got the error: "ERROR: No matching distribution found for torch==1.8.2+cu111." I checked online and found a solution to replace torch==1.8.2+cu111 with: pip3 install torch==1.8.2 torchvision==0.9.2 torchaudio==0.8.2 --extra-index-url https://download.pytorch.org/whl/lts/1.8/cu111. I tried it and it worked. I hope you can adopt my suggestion. Thank you

wyhlaowang commented 6 days ago

Thank you for your suggestion and the solution for installing PyTorch. We appreciate your approach and will update our installation instructions accordingly. Your input is invaluable, and we are grateful for your contribution to improving our processes. Sincerely,