Open vincentcartillier opened 2 years ago
Would it be possible to share the Sparse/Dense reconstructions of each scene?
The webpage mentions this can be shared upon request.
Have you solved this problem? I also want to use Sparse/Dense reconstructions.
Not really.
I believe back then I just un-projected the depth frames to from a point cloud.
I am assuming they have COLMAP sparse/dense reconstruction for each scene (I could be wrong here). So maybe trying to run COLMAP again can give you this. I just haven;t tried it myself.
Not really.
I believe back then I just un-projected the depth frames to from a point cloud.
I am assuming they have COLMAP sparse/dense reconstruction for each scene (I could be wrong here). So maybe trying to run COLMAP again can give you this. I just haven;t tried it myself.
Thank you for your reply. I have two questions: (1)Where can I find the COLMAP file? (2)Can the code provided in the following link be used to generate point clouds? https://github.com/ammirato/active_vision_dataset_processing/issues/1
(1) COLMAP is a SfM (and MVS) software. You can try using it on the data to do dense reconstruction. https://colmap.github.io/
(2) Yes that's correct.
Would it be possible to share the Sparse/Dense reconstructions of each scene?
The webpage mentions this can be shared upon request.