cvlab-epfl / disk

Disk code release
Apache License 2.0
317 stars 46 forks source link

environment #15

Closed Lucifer1002 closed 2 years ago

Lucifer1002 commented 2 years ago

Hello, what is the specific version number of each library in requirements.txt

jatentaki commented 2 years ago

Honest answer: I don't remember. Are you facing any issues with running the code? If so, I'd try versions from ~2 years ago (for example PyTorch 1.7.1).

Lucifer1002 commented 2 years ago

When I run the detect.py and view.py files, it only shows 0it [00:00, ?it/s] without any result output, what is the possible reason? Thanks for your answer.

jatentaki commented 2 years ago

What are the file names? The default for "--image extension" is "jpg", perhaps your images are called differently (jpeg, JPG, png)? That, alongside with potentially pointing the script to the wrong directory are the main suspects, library version mismatch is rather unlikely as the reason.

Lucifer1002 commented 2 years ago

Thank you for your patience, I have found the problem