zhangxy0517 / 3D-Registration-with-Maximal-Cliques

Source code of CVPR 2023 paper
MIT License
446 stars 52 forks source link

About U3M dataset #35

Open jeff0908 opened 1 year ago

jeff0908 commented 1 year ago

thanks for brilliant work!!

when i run "U3M" dataset, terminal shows these error message which i've never seen on other dataset :

(base) kuan@DESKTOP-S32DOQL:/mnt/d/Desktop/research/3D-Registration-with-Maximal-Cliques/Linux/Release$ ./MAC --output_path /mnt/d/Desktop/research/3D-Registration-with-Maximal-Cliques/Linux/output --input_path /mnt/d/Desktop/research/3D-Registration-with-Maximal-Cliques/Linux/dataset/U3M --dataset_name U3M --descriptor fpfh --start_index 0 --no_logs false Check your args setting: output_path: /mnt/d/Desktop/research/3D-Registration-with-Maximal-Cliques/Linux/output input_path: /mnt/d/Desktop/research/3D-Registration-with-Maximal-Cliques/Linux/dataset/U3M dataset_name: U3M descriptor: fpfh start_index: 0 no_logs: 1 /mnt/d/Desktop/research/3D-Registration-with-Maximal-Cliques/Linux/dataset/U3M/chef_view1.xyz /mnt/d/Desktop/research/3D-Registration-with-Maximal-Cliques/Linux/dataset/U3M/chef_view2.xyz Segmentation fault (core dumped)

it means my input path is wrong or the src[] and des[] space doesn't enough?

sincerely waiting for your reply! thank you!!

zhangxy0517 commented 1 year ago

You need to save the correspondence file first. Uncomment lines 612 to 622 in main.cpp and comment lines 690 to 702, then compile.

jeff0908 commented 12 months ago

thanks a lot, i'll keep working on it

Blue00101 commented 10 months ago

You need to save the correspondence file first. Uncomment lines 612 to 622 in main.cpp and comment lines 690 to 702, then compile.

预处理过后,output生成的文件夹全是空的,后面该怎么处理呢?

Blue00101 commented 10 months ago

You need to save the correspondence file first. Uncomment lines 612 to 622 in main.cpp and comment lines 690 to 702, then compile.

并且在给出的代码中,612 613行分别是: string corrPath = folderPath + "/corr.txt"; string labelPath = folderPath + "/true_corre.txt"; 并没有被注释。 我按照你说的注释了后面的代码,重新编译后运行U3M数据集,在输出的文件夹中,只有一些内容为空的文件