PointRCNN icon indicating copy to clipboard operation
PointRCNN copied to clipboard

Why are images needed?

Open hadiTab opened this issue 5 years ago • 5 comments

Hi, I'm trying to run inference on manually collected data that does not include images and I keep on getting assertion errors where the code is checking for images. I can't find anything in defualt.yml for disabling this behavior either.

Are the images actually needed? Based on the paper the only input should be pointcloud.

Thanks!

hadiTab avatar Nov 23 '19 02:11 hadiTab

the images are used for filter the pointcloud

York1996OutLook avatar Feb 25 '20 06:02 York1996OutLook

So is there a possibility to only use the pointcloud without images?

mojoee avatar Mar 10 '20 10:03 mojoee

the images are used for filter the pointcloud

I want to use olny lidar of 32 lines collected by us, the network can work?

yinhai86924 avatar Mar 17 '20 05:03 yinhai86924

the images are used for filter the pointcloud

How to use images to filter point clouds?Is it to filter out the point cloud outside the image range?

1992Zz avatar Aug 08 '20 01:08 1992Zz

Any findings on this thread? I too want to use only point cloud for training the network

tanmay8266 avatar Feb 04 '21 05:02 tanmay8266