Skip to content
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

Handle User Center Labeled Images #81

Open
PotatoPalooza opened this issue Mar 1, 2023 · 0 comments
Open

Handle User Center Labeled Images #81

PotatoPalooza opened this issue Mar 1, 2023 · 0 comments
Assignees
Labels
Core Feature An important part of the core applications functionality. High Priority to implement or fix

Comments

@PotatoPalooza
Copy link
Member

This will likely best be accomplished by an async function in the web server that handles the incoming images with labeled centers. Once COLMAP has ran and the image centers for ~6 images have been located the center of the object in the scene can be found by projecting rays from the center pixel in each image and finding the closest point to these 6 lines. With so few lines linear regression should be fine or the RANSAC algorithm could be used here. Once complete a new center offset of the scene should be stored in Mongodb.

@PotatoPalooza PotatoPalooza added the Core Feature An important part of the core applications functionality. High Priority to implement or fix label Mar 1, 2023
@alexandorr55 alexandorr55 self-assigned this Mar 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Core Feature An important part of the core applications functionality. High Priority to implement or fix
Projects
None yet
Development

No branches or pull requests

2 participants