-
-
Notifications
You must be signed in to change notification settings - Fork 911
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
Is there a simple method to obtain high-quality projection images from MVS files? #1147
Comments
Not sure what you mean. Do you need an ortho projection of the entire scene? |
Yes, it seems that ortho projection is exactly what I need. So, how can I obtain the ortho projection of the entire scene from a top-down view from the MVS file? |
I implemented some ortho projection functionality, but currently there is not a full pipeline that generates a complete orthoimage. I'll add it when I find some time. |
When will this feature likely be available? Should I look for alternative methods to obtain the orthographic projection? |
and one more question, are the images you project colored? I've found some examples online where projections are generated from PLY files, but the projected images are not colored. thanks a lot. |
I'll add it when I find some free time. Pls try open drone map project. It has an implementation of Ortho map projection |
thanks so much, I'll have a try. |
I have tried OpenDroneMap (https://github.com/OpenDroneMap/ODM), but the images it generates are like the ones below, for me. it's too disordered to be used for human pose recognition. Do you have any other methods to try? thanks so much. |
ODM is designed for aerial scenes |
okay, thanks for your reply. |
We would like to obtain a projection image with the camera positioned directly above, based on the generated dense point cloud MVS file, for use in MediaPipe's human pose recognition(mediapipe: https://mediapipe-studio.webapps.google.com/demo/pose_landmarker). Is this idea feasible? Is there a method to obtain a projection image from an dense point cloud MVS file?
thanks for your time.
The text was updated successfully, but these errors were encountered: