bgpantojar / DADT_buildings

GNU General Public License v3.0
1 stars 4 forks source link

How to generate keypoint files and textured files? #3

Open Panjh0218 opened 1 year ago

Panjh0218 commented 1 year ago

Hi author, I am very interested in your project. But when I created my own digital twin model as required, There are some files that do not explain how to generate them. If you could help me answer, I would greatly appreciate it.

How to generate keypoints files and textured files? If I want to test my model, do I need to make any other changes?

Best regards, PJH

bgpantojar commented 1 year ago

Hello,

Thanks for the interest on my research.

The keypoints files are automatically generated if you use the option 0 in how_to_get_kp. You also could create numpy arrays of the image coordinates of the openings' corners.

The textured files are coming from the output of the Meshroom pipeline.

Best, Bryan