D3Net
D3Net copied to clipboard
[ECCV2022] D3Net: A Unified Speaker-Listener Architecture for 3D Dense Captioning and Visual Grounding
Hello, I encountered an issue while trying to execute `python scripts/train.py --config conf/pointgroup.yaml` I got the error message `TypeError: file must have 'read' and 'readline' attributes`. I could fix it...
It refers to scan2cap. Besides, missing file conf/pointgroup-speaker-listener.yaml
Hi @daveredrum , I follow the instruction in README to train the PointGroup Detector, but the mAP@50 is around 32, which is quite low. ``` python scripts/train.py --config conf/pointgroup.yaml ```...
Thanks for sharing this great work! I am currently hitting an issue while running the evaluation for the pointgroup detector using the checkpoint file you shared. `python scripts/eval.py --folder --task...
hi @daveredrum I'm getting the following error on executing the command below on colab terminal: Command: /content/D3Net/data/scannet# python prepare_scannet.py Error: data split: train scene0000_00 Traceback (most recent call last): File...