minhaolee / 2D3DMATR

[ICCV2023] 2D-3D Matching Transformer for Detection-free Registration between Images and Point Clouds
87 stars 13 forks source link

vision3d #3

Open Sucasx opened 11 months ago

Sucasx commented 11 months ago

Hello!vision3d.datasets.registration does not have RGBDScenes2D3DHardPairDataset.

ymingxie commented 11 months ago

Same problem here...

haha735 commented 2 months ago

Segmentation fault happened when imports RGBDScenes2D3DHardPairDataset from vision3d.datasets.registration.

I had the same problem. Did you solve it? If it is solved, can you tell me how to solve it?

Sucasx commented 2 months ago

@haha735 Install vision3d following https://github.com/qinzheng93/vision3d, vision3d has already added the RGBDScenes2D3DHardPairDataset class.

haha735 commented 2 months ago

@Sucasx Thank you for your answer, however, After trying the vision3d of new version, Segmentation fault still occur during import. Have you ever encountered this problem?

Sucasx commented 2 months ago

@haha735 Sorry! I don't encounter this issue.