-
Notifications
You must be signed in to change notification settings - Fork 111
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
Comments
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. |
|
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. |
How can I convert my images to a format like gobjeverse?
The text was updated successfully, but these errors were encountered: