omron-sinicx / EdgeSelectiveFeatureWeaving

A PyTorch-lightning implementation of the ESFW module proposed in our paper Edge-Selective Feature Weaving for Point Cloud Matching.
GNU General Public License v3.0
1 stars 1 forks source link

xzy1 has 1 and xyz2 has 230k pointcloud? #2

Closed eashratj closed 5 months ago

eashratj commented 5 months ago

In the provided training data : Keys: ['xyz1', 'xyz2'] xzy1: (1024, 3) Dataset_xyz1: , Shape: (1024, 3), Dtype: float32 & xzy2: (230000, 1024, 3) Dataset_xyz2: , Shape: (230000, 1024, 3), Dtype: float32 I think i am not being able to understand the dataset structure! why xyz1 has only 1 point cloud and xyz2 has 230k ? i would be really grateful if anyone can explain me that !

AtsushiHashimoto commented 5 months ago

@eashratj Thank you for your interest in our work. Although I'm just a second author and not quite clear about the program details, could you provide more specific information? For example, a link to the line you felt suspicious would help us greatly. In addition, the dataset is originally from the CorrNet3D paper, and our code is almost identical with their repository in the dataloader. Thus, I'm afraid that you could ask the same question in the original github project.