-
Notifications
You must be signed in to change notification settings - Fork 56
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
Comments
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 |
预处理过后,output生成的文件夹全是空的,后面该怎么处理呢? |
并且在给出的代码中,612 613行分别是: |
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!!
The text was updated successfully, but these errors were encountered: