Open zyrant opened 1 year ago
We do not use the fourth dimension so it does not affect the performance. Since the pre-trained model is trained under this config, so the in_channels is still 4 in the config file. We do not use the spconv library, so perhaps uninstalling the spconv library can solve this error.
thanks, i will have a try.
hello
I want to use the
uni3detr_scannet_large.py
anduni3detr_scannet.pth
to test the performance on scannet. but it occursI noticed that https://github.com/zhenyuw16/Uni3DETR/blob/9ad229a8cd8ee55ae787c449a2923e3d336b4ee0/projects/configs/uni3detr/uni3detr_scannet_large.py#L185 only loading 3 dims(xyz) but in https://github.com/zhenyuw16/Uni3DETR/blob/9ad229a8cd8ee55ae787c449a2923e3d336b4ee0/projects/configs/uni3detr/uni3detr_scannet.py#L34 in_channels is 4, so this problem occurs, I'm curious what do you use for the fourth dimension feature?
Any help you can provide I would be very grateful.
Thanks.