Hi,
I have successfully trained and test the model with our custom dataset, but I am wondering how I can inference the model on new point cloud without annotation? Do you have code for this?
I tried pcd_demo.py in mmdetection3d, but got the following error:
AttributeError: 'NoneType' object has no attribute 'dataset_meta'
Hi,
I have successfully trained and test the model with our custom dataset, but I am wondering how I can inference the model on new point cloud without annotation? Do you have code for this?
I tried pcd_demo.py in mmdetection3d, but got the following error:
AttributeError: 'NoneType' object has no attribute 'dataset_meta'