OpenRobotLab / EmbodiedScan

[CVPR 2024] EmbodiedScan: A Holistic Multi-Modal 3D Perception Suite Towards Embodied AI
https://tai-wang.github.io/embodiedscan/
Apache License 2.0
395 stars 26 forks source link

run demo.py but got: if 'img' in data['inputs']: TypeError: 'NoneType' object is not subscriptable #43

Closed jiachen0212 closed 3 months ago

jiachen0212 commented 3 months ago

Prerequisite

Task

I'm using the official example scripts/configs for the officially supported tasks/models/datasets.

Branch

main branch https://github.com/open-mmlab/mmdetection3d

Environment

python demo/demo.py

Reproduces the problem - code sample

if 'img' in data['inputs']:

TypeError: 'NoneType' object is not subscriptable

Reproduces the problem - command or script

run dem.py but get: if 'img' in data['inputs']: TypeError: 'NoneType' object is not subscriptable ???

Reproduces the problem - error message

run dem.py but get: if 'img' in data['inputs']: TypeError: 'NoneType' object is not subscriptable ???

Additional information

run dem.py but get: if 'img' in data['inputs']: TypeError: 'NoneType' object is not subscriptable ???