3dlg-hcvc / M3DRef-CLIP

[ICCV 2023] Multi3DRefer: Grounding Text Description to Multiple 3D Objects
https://3dlg-hcvc.github.io/multi3drefer/
MIT License
64 stars 3 forks source link

Could not append to config. An item is already at 'ckpt_path'. Either remove + prefix: 'ckpt_path=M3DRef-CLIP_ScanRefer.ckpt' Or add a second + to add or override 'ckpt_path': '++ckpt_path=M3DRef-CLIP_ScanRefer.ckpt' #8

Closed Andy20178 closed 9 months ago

Andy20178 commented 9 months ago

Hello, I followed the readme and did all of it, when I ran the command: python test.py data=scanrefer data.inference.split=val +ckpt_path=M3DRef-CLIP_ScanRefer.ckpt pred_path=output The error is: Could not append to config. An item is already at 'ckpt_path'. Either remove + prefix: 'ckpt_path=M3DRef-CLIP_ScanRefer.ckpt' Or add a second + to add or override 'ckpt_path': '++ckpt_path=M3DRef-CLIP_ScanRefer.ckpt'

eamonn-zh commented 9 months ago

Hi @Andy20178, Sorry for this typo, please remove the "+" before ckpt_path since this flag is already in the yaml. I just updated the README, please run: python test.py data=scanrefer data.inference.split=val ckpt_path=M3DRef-CLIP_ScanRefer.ckpt pred_path=output