-
Notifications
You must be signed in to change notification settings - Fork 30
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
Invalid CAM File Error #1
Comments
@al093 I have fixed this mistake. Thanks. |
@fdp0525 I tried to run it again, but still I get the same error. But, I have another issue now. I am trying to run an another, my own dataset, but the tool crashes without any useful log. See the output below: Reading PLY: 122654 verts... 242149 faces... done. I dont know if its a issue with the way the .cam files must be written. Because for the translation vector in the extrinsic pose of the views I saw that you have quite small values in the bloster dataset: -2.17637 -1.55773 -0.15426 .....; are they supposed to be in meters? I cant make any sense out of these values. But since mvs-texturing works fine on this dataset, i expect this code to run also. |
@al093 I have modified this issue. The extrinsic poses are in meters which are similar to the trajectory generated by KinectFusion. Thanks. |
Dear @fdp0525 I had the same problem of @al093 of segmentation fault, I figured that this was due to the documentation on readme: the depth naming convention was written as "Depth frames (depth-XX.png)" with "-" but your code search for depth files named with "_". So, Kindly change it in the documentation. |
@mohamed-elkhouly I have corrected this mistake. thanks! |
Hi,
I am trying to run the executable exactly as written in the Readme, but i get invalid CAM file error as follows:
$ ./G2LTex ../Data/bloster/textureimages ../Data/bloster/bloster.ply
tok:../Data/bloster/textureimages
tok:../Data/bloster/bloster.ply
PLY Loader: comment VCGLIB generated
Reading PLY: 6972 verts... 12712 faces... done.
Generating texture views:
Invalid CAM file: color_01.cam
The text was updated successfully, but these errors were encountered: