zhiyuanYU134 / MIRETR

25 stars 2 forks source link

About other dataset for trainval and test ? #9

Open DYH200009 opened 2 weeks ago

DYH200009 commented 2 weeks ago

Hello, could you tell me the other two datasets, scan2cad and shapenet, have the same dataset format as code and robi please ? Thanks !

zhiyuanYU134 commented 2 weeks ago

Hello, could you tell me the other two datasets, scan2cad and shapenet, have the same dataset format as code and robi please ? Thanks !

You can reference these datasets' code in https://github.com/zhiyuanYU134/MIRETR/blob/main/vision3d/datasets/registration/dataset_kpconv.py.

DYH200009 commented 4 days ago

Hello, when I was experimenting with the scan2cad dataset, I was confused about the files under this path and how to get the scan2cad.npy. Can you answer it conveniently? config.process_scan2cad_root = '/home/yuzhiyuan/jittor_scan2cad_data/" image

DYH200009 commented 4 days ago

I encountered this situation while reproducing the scan2cad experiment. Is this reasonable? image 我的My dataset scan2cad.npy was made here https://github.com/phdymz/PointCLM/blob/main/make_dataset/make_scan2cad.py

zhiyuanYU134 commented 4 days ago
  1. Never mind the 'jittor_scan2cad_data'.This dataset is used as the input of MIRETR in Jittor. Because Jittor is not compatible with open3d, i process all the data in advance and stored it as npz files.
  2. It's reasonable.