Closed Amadeus0079 closed 6 months ago
Hey, it looks like you are not using the right fork of habitat-lab.
Your error occurs at
File "/home/amadeus/Habitat/habitat-lab/habitat_baselines/rl/ddppo/policy/resnet_policy.py", line 304, in __init__
make_backbone=getattr(resnet, backbone),
which corresponds to this line in the original habitat-lab
repo. On the other hand, the line in embodied-clip
's fork of habitat-lab
is different.
So please follow the embodied-clip
instructions very carefully.
https://github.com/allenai/embodied-clip/blob/main/readme_files/baselines_habitat.md#installation
In particular, you need to
git clone -b habitat --single-branch https://github.com/allenai/embodied-clip.git /home/amadeus/Habitat/embclip-habitat
and work from /home/amadeus/Habitat/embclip-habitat
instead of your /home/amadeus/Habitat/habitat-lab
.
Good luck!
Hello! When I run the Evaluation code in the readme, I get the report as the following:
I can't find resnet50_clip_avgpool in the habitat_baselines.rl.ddppo.policy.resnet, could you teach me how to fix it