EmbodiedGPT / EmbodiedGPT_Pytorch

310 stars 29 forks source link

More detailed readme? #5

Open zulihit opened 3 months ago

zulihit commented 3 months ago

Please forgive my disturbance. May I ask if there is a more detailed readme and requirements to help run your program? I did not understand how to use this repo correctly. Thank you for your help.

wofmanaf commented 3 months ago

Thank you for the advice, we have updated the readme. You can use install embodiedgpt according to INSTALLATION.md

zulihit commented 3 months ago

Very detailed installation steps. I still have two issues:

  1. If I want to train the model, I should run align. sh? Is there an introduction on how to train and test the model.
  2. When I load the model at https://drive.google.com/file/d/1sBTy8oXeweJg3STbhzBR_5pLcVs1F20q/view?usp=sharing by running demo/test.py, it seems that there are some issues with loading the model. Could you please confirm the validity of the bin file? Please forgive me for being a beginner. I would like to express my gratitude for your hard work and dedication
zulihit commented 3 months ago

The most crucial question I need assistance with is how to run the code of “Embodied ’chain of thought’ training with EgoCOT” in section 3.1 of the paper.

This is very important to me and I greatly appreciate your help.