cuPCL icon indicating copy to clipboard operation
cuPCL copied to clipboard

When I run "./demo [*.pcd]" in the directory of cuda-segmentation and cuda-filter

Open lyy-1997-hub opened this issue 4 years ago • 1 comments

GPU has cuda devices: 1 ----device id: 0 info---- GPU : Xavier Capbility: 7.2 Global memory: 31918MB Const memory: 64KB SM in a block: 48KB warp size: 32 threads in a block: 1024 block dim: (1024,1024,64) grid dim: (2147483647,65535,65535)

[pcl::PCDReader::readHeader] Could not find file '[.pcd]'. Error:can not open the file: [.pcd]

I cannot find where is the problem,can u help me?

lyy-1997-hub avatar Dec 21 '20 08:12 lyy-1997-hub

GPU has cuda devices: 1 ----device id: 0 info---- GPU : Xavier Capbility: 7.2 Global memory: 31918MB Const memory: 64KB SM in a block: 48KB warp size: 32 threads in a block: 1024 block dim: (1024,1024,64) grid dim: (2147483647,65535,65535)

[pcl::PCDReader::readHeader] Could not find file '[.pcd]'. Error:can not open the file: [.pcd]

I cannot find where is the problem,can u help me?

You can use the command to run the demo $./demo sample.pcd or $./demo

leif-FLNV avatar Jan 13 '21 01:01 leif-FLNV