-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
[FeatureRequest] Contribution of single camera on SfM (and visa versa) #512
Comments
Hi, I'm also really interested in this featured. While there isn't currently a way to see which points are related to which photos on the GUI, may I get some advice on how to get this information from the logs (e.g. which node's info should I be looking into)? I've just recently started using Meshroom so I'm still a bit unfamiliar with the code structure, and reading throught the docs I couldn't find an answer to this problem, so searching for it was what actually led me to this issue. I tried looking into the Thank you. |
@laurelkeys What exactly are you trying to achieve? |
@natowi I'm using Meshroom to reconstruct images captured by multiple drones (currently simulated on AirSim), with the aim of optimizing their trajectory for maximum scene coverage, so I'm trying to identify which places in the cloud are less dense to capture more pictures in those areas. Therefore, I'd like to be able to query which points in the reconstructed point cloud came from a specific image, and also which camera viewpoints have contributed to a single point. I was looking into the Is this the information that would be used to implement the requested feature on the GUI? |
@laurelkeys We could setup a confcall if you are interested to contribute to the implementation of such a feature. |
UAV Mapper has this feature, but sadly only binaries are provided so far. |
@laurelkeys Hello, I would like to have a precision on what you said. I want in a file, not visually in the gui, the coordinates of the matches points of each pair of photos in the point clouds. I think that the pipeline to create the point clouds use this information but i don't find it in the files... I just want an equivalent of the matches point in pixel in the photos and in (x,y,z) system in the cloud points. I looked what you said but in structure from motion there is only point clouds of intermediate_steps and two other points clouds, the rest of the files are only statistics files, i don't have a file with coordinates of points for each "viewid", where do you find this ? |
@EmilienCerem You can retrieve it from "observations" on the 3d landmarks in the sfmData. |
So i have to convert "smf.abc" in json and look the file to see the structure ? |
Yes, or use the AliceVision API to load the ABC and access the SfMData C++ structures. |
Add visualisation mode for landmarks observations #2177 |
It would be good to see the influence of a single camera on the point cloud. A rendering I could think of is using a selection colour on the point cloud. The inverse: what cameras have contributed to a single point would also be interesting.
From GUI perspective:
The text was updated successfully, but these errors were encountered: