-
Notifications
You must be signed in to change notification settings - Fork 17
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
Feature Extraction Codes for Pretraining #8
Comments
Thanks for your attention, |
Hey, An. Thanks for your response! I have seen your mentioned scripts. I just want to confirm 2 points: whether both rgb and depth features for ETPNav |
Exactly, ETPNav needs both RGB and depth feature vectors for pre-training, the RGB is extracted by CLIP-ViT-B/32 while the depth is extracted by "gibson-4plus-mp3d-train-val-test-resnet50.pth" of this link. |
I've updated the feature extraction code, you can have a try. |
Thank you very much for your help! Undoubtedly, ETPNav provides an excellent benchmark for future research on VLN. |
Hai An,
Thanks for your ETPNav's open-sourced codes. ETPnav is a fascinating work! I open this issue to ask where to find the feature processing codes for pertaining. Or will you plan to open this part of codes?
The text was updated successfully, but these errors were encountered: