-
Notifications
You must be signed in to change notification settings - Fork 5
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
Reproducing MP3D Experiments #6
Comments
To run on MP3D, this is what you need:
Unfortunately, I don't have time to integrate everything into the official repo, but I hope this helps. As for the 31.8, it seems like we made a typo there; thanks for finding that! |
Great, thanks, I'll try. |
Hi. Using the provided code and weights, I'm unable to reproduce MP3D experiments and get very low score.
If so, how to map the goal id "observations['objectgoal']" from habitat to its actual name? I'm using constant from stubborn
Not sure if I'm right.
I assume this is because the observations['objectgoal'] does not align with the layer id from the segmentation and prediction.
Does this mean the id do not need to be changed? Are they already aligned in the 23 layers?
I'd appreciate it if you could provide some guidance on my questions! |
3: I forgot why, maybe it's unnecessary. |
I see, I'll try to follow their code. |
Hi, I tried to reproduce the MP3D w/ the correct class mapping. |
Hmm, not sure, but the issue might be in some args for the mapping. Try using |
Okay, thanks, I'll try that and update here. |
Hi,
Thanks for this work.
Would it be possible for you to also open-source the model weights and code for reproducing the MP3D experiments (Table 2)?
Besides, I have a question for PONI results, in their official paper the Success was 31.8, why is this result lower in PEANUT paper?
(Sorry for opening two issues.)
The text was updated successfully, but these errors were encountered: