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

How about testing on your own dataset #18

Open
stan1512 opened this issue Dec 19, 2024 · 4 comments
Open

How about testing on your own dataset #18

stan1512 opened this issue Dec 19, 2024 · 4 comments

Comments

@stan1512
Copy link

I want to test it on my own dataset, what exactly should I do?

@Jianxff
Copy link
Owner

Jianxff commented Dec 19, 2024

Hi,

After environment installation, you can follow the Usage part,provide the following:

  • dir to the RGB-images
  • camera intrinsic
  • output dir

@BilalLivitum
Copy link

Hello, first of all, I greatly appreciate your hard work. I wanted to ask about the format of the camera poses, that is, the intrinsics.txt file. I have already developed two apps, both with iPhone's ARKit and Android's ARCore, but I'm not sure if I need to adjust the intrinsics file to any specific format.

@Jianxff
Copy link
Owner

Jianxff commented Jan 3, 2025

Hello, first of all, I greatly appreciate your hard work. I wanted to ask about the format of the camera poses, that is, the intrinsics.txt file. I have already developed two apps, both with iPhone's ARKit and Android's ARCore, but I'm not sure if I need to adjust the intrinsics file to any specific format.

@BilalLivitum Hi,
I'm not familiar with the form of intrinsics from ARKit and ARCore. I think you should check them and extract fx, fy, cx, cy then create a new file intrinsic.txt structured as follows:

# intrinsic.txt
${fx}
${fy}
${cx}
${cy}

@BilalLivitum
Copy link

Thank you for the suggestion. I'm going to try that approach.
Best regards,
Bilal

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