Open shichao1232 opened 3 months ago
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 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?
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?