Closed leyuan-sun closed 7 months ago
Hi,
I believe that the following command (in the zeroshot-objectnav branch) will generate a metrics_file
in the specified output directory (storage/embclip-zeroshot
). You can pass that metrics_file
path into the function you have pasted above. It will parse the output and provide you with success and spl metrics.
export CKPT_PATH=path/to/model.pt
PYTHONPATH=. python allenact/main.py -o storage/embclip-zeroshot -c $CKPT_PATH -b projects/objectnav_baselines/experiments/robothor/clip zeroshot_objectnav_robothor_rgb_clipresnet50gru_ddppo_eval --eval
Feel free to re-open this if it does not solve your issues.
I would like to test the zson where should I put the following code you provided to test the pre-trained model for ZSON?