Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

About U3M dataset #35

Open
jeff0908 opened this issue Oct 5, 2023 · 4 comments
Open

About U3M dataset #35

jeff0908 opened this issue Oct 5, 2023 · 4 comments

Comments

@jeff0908
Copy link

jeff0908 commented Oct 5, 2023

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
Copy link
Owner

zhangxy0517 commented Oct 7, 2023

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
Copy link
Author

jeff0908 commented Oct 7, 2023

thanks a lot, i'll keep working on it

@Blue00101
Copy link

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
Copy link

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数据集,在输出的文件夹中,只有一些内容为空的文件

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants