Open jeff0908 opened 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.
thanks a lot, i'll keep working on it
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生成的文件夹全是空的,后面该怎么处理呢?
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数据集,在输出的文件夹中,只有一些内容为空的文件
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!!