XiaohanLei / IEVE

PyTorch implementation of CVPR 2024 paper: Instance-aware Exploration-Verification-Exploitation for Instance ImageGoal Navigation
https://xiaohanlei.github.io/projects/IEVE/
18 stars 2 forks source link

环境安装问题 #2

Closed Lotsoliu closed 4 months ago

Lotsoliu commented 4 months ago

屏幕截图 2024-07-05 160906 作者您好,配置环境的过程我发现需要maskdino这个包,但是并没有相关说明。希望您有时间可以看一下,谢谢!另外由于用到了swinv2,,torchvision版本必须在0.15以上,torch版本必须在2.0.0以上,其他朋友配置环境可以直接安装2.0.0以上的torch

Lotsoliu commented 4 months ago

image https://github.com/IDEA-Research/MaskDINO

XiaohanLei commented 4 months ago

I'm sorry that I didn't carefully check the code before uploading it. The MaskDINO is unnecessary in the paper, therefore you can run the code without it. If you have any other questions, feel free to open issues! Thanks!