You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
I was trying to write a tutorial on fitting mesh and cameras simultaneously. I have already submitted a pull request Tutorial Please let me know if this seems be helpful. Thanks !
🚀 Feature
A tutorial on inverse rendering, where mesh and cameras are simultaneously fit from a set of multi-view images
Motivation
The current tutorials only contain solving camera from given mesh, and solving mesh from given cameras. The current 'Bundle Adjustment' tutorial has fairly limited scope. Only camera coordinates, no scene geometry is involved. I would like to contribute a tutorial that solves the mesh and cameras simultaneously, which is a true Bundle Adjustment
Pitch
This tutorial will help new users better understand Pytorch3D features.
It will also help users understand the power, simplicity, and limitation of using a naive approach for 3D reconstruction
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello,
I was trying to write a tutorial on fitting mesh and cameras simultaneously. I have already submitted a pull request Tutorial Please let me know if this seems be helpful. Thanks !
🚀 Feature
A tutorial on inverse rendering, where mesh and cameras are simultaneously fit from a set of multi-view images
Motivation
The current tutorials only contain solving camera from given mesh, and solving mesh from given cameras. The current 'Bundle Adjustment' tutorial has fairly limited scope. Only camera coordinates, no scene geometry is involved. I would like to contribute a tutorial that solves the mesh and cameras simultaneously, which is a true Bundle Adjustment
Pitch
This tutorial will help new users better understand Pytorch3D features.
![bundle_view (1)](https://private-user-images.githubusercontent.com/78610504/378141972-1e49236a-34e8-4bb6-90aa-498d6685c84b.gif?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk2MjA0NzksIm5iZiI6MTczOTYyMDE3OSwicGF0aCI6Ii83ODYxMDUwNC8zNzgxNDE5NzItMWU0OTIzNmEtMzRlOC00YmI2LTkwYWEtNDk4ZDY2ODVjODRiLmdpZj9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTUlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjE1VDExNDkzOVomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPThkNGM4ZjkzMGY1Mjk3MzU5OGRjYzFjMzc4ZDEwZjAxMGQ0MjY5OTBlNmIxZTY1Zjg3MTM4YTkzZjNjOTZhMGMmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.Y5b2cYcZfZwxvhZFA0p7KBc3DMaOKBkXudQfeJ9C3Qg)
It will also help users understand the power, simplicity, and limitation of using a naive approach for 3D reconstruction
Beta Was this translation helpful? Give feedback.
All reactions