droid_metric icon indicating copy to clipboard operation
droid_metric copied to clipboard

How about testing on your own dataset

Open stan1512 opened this issue 11 months ago • 4 comments

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

stan1512 avatar Dec 19 '24 06:12 stan1512

Hi,

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

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

Jianxff avatar Dec 19 '24 07:12 Jianxff

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 avatar Jan 03 '25 11:01 BilalLivitum

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}

Jianxff avatar Jan 03 '25 11:01 Jianxff

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

BilalLivitum avatar Jan 03 '25 11:01 BilalLivitum