-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Different Python required #3
Comments
Yes, you need follow BnB's instruction to set up environment and download images. You can create a new virtual environment for data processing. |
Thanks for your answer, but i still meet some problems about firefox. So i want to use the PREVALENT data only, then i get this:
I'm sorry to bother you, but do you know how to solve it, thanks. |
I will review the code later and fix this bug. |
Same problem I meet. No such file or directory: 'img_features/bnbdata.npz'. |
Hi, I just fixed this bug. You can pretrain with processed PREVALENT data now. |
How to switch pretraining data, please see: HOP-VLN/tasks/pretrain/main.py Line 617 in 4b26b25
|
Thanks. But now I got this error.
Do you know how to solve it? And my pytorch is 1.1.0 and cuda is 11.1. Thanks a lot. |
My cuda is 10.0, you could use CUDA 10, or you can update pytorch version to match cuda version. |
I encountered a problem when downloading the BNBdatastes.
BNB needs python3.8, but the HOP environment's Python version is 3.7 .
How can i figure it out.
The text was updated successfully, but these errors were encountered: