xiaogangw / VE-PCN

Voxel-based Network for Shape Completion by Leveraging Edge Generation (ICCV 2021, oral)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Edge generation for PCN

husnejahan opened this issue · comments

Hi

I am trying use you edge generation code for PCN dataset.
But I am getting error as follows:

FileNotFoundError: [Errno 2] Unable to synchronously open file
FileNotFoundError: [Errno 2] Unable to synchronously create file

I have the path for all files and directory as-

path='/home/ShapeNetCompletion/%s/complete/%s/%s.pcd')

Hi, I think the issue comes from the data format. My code consumes ".h5" file with points stored under a key "pcds", while it seems that your input is ".pcd" file. You may want to directly pass points into "edge_detection" func.

Hi,
Yes I would like to use PCN dataset which has all files as .pcd format. May I know how did use PCN dataset for edge generation?

Hi, you can just read the points from PCN dataset and pass it to the edge detection function.