BGU-CS-VIL/BASS

Pytorch 1.3 version not available

Closed this issue · 2 comments

image

Thank you for this amazing work.

I tried to run it on pytorch 1.6(by default it got downloaded from requirement.txt) I could not run it and 1.3 version is not available. Therefore finally I installed 1.4 but getting message "killed". I was able to run on pytorch 1.4. However, I am not able to see the output files. Can you please help?

Thanks in advance.

Try to add the vis flag:

python BASS.py --img_folder /home/ramchandra/BASS --cpu --vis

Try to add the vis flag:

python BASS.py --img_folder /home/ramchandra/BASS --cpu --vis

Thanks for your help. It works!
I have just a small suggestion. Just update a requirement.txt file with pytorch version. It will save time of others in future.
Thanks a million.

Kind regards,
Ram