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

own data #72

Open
shichao1232 opened this issue Aug 12, 2024 · 3 comments
Open

own data #72

shichao1232 opened this issue Aug 12, 2024 · 3 comments

Comments

@shichao1232
Copy link

How can I convert my images to a format like gobjeverse?

@xiyichen
Copy link

xiyichen commented Aug 12, 2024

I was able to do inference with my own data by converting the camera parameters to opengl convention. I also found it important to crop the images so that the objects are centered, and to resize the images to 256x256.

@shichao1232
Copy link
Author

I was able to do inference with my own data by converting the camera parameters to opengl convention. I also found it important to crop the images so that the objects are centered, and to resize the images to 256x256.
I don't konw how to do this ,can you teach me? how can i get the camera parameters? Is it okay to use colmap?

@xiyichen
Copy link

Yes, you can use colmap, but it uses opencv convention. I found this function https://kit.kiui.moe/_modules/kiui/cam/#convert helpful for camera coordinates convertion.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants