Update pipeline tag, add library name, and expand model card for GeoMVD
#1
by
nielsr
HF Staff
- opened
This PR significantly improves the model card for GeoMVD by:
- Updating the
pipeline_tagfromimage-to-imagetoimage-to-3dto accurately reflect the model's capability in multi-view generation for 3D reconstruction. - Adding
library_name: diffusersto enable the "how to use" widget, as the model's architecture (identified inmodel_index.json) is compatible with thediffuserslibrary. - Expanding the model description with an introductory summary and the full paper abstract.
- Adding direct links via badges to the Hugging Face paper page, the project page, and the GitHub repository.
- Including the installation instructions and a detailed "How to Use" section with code snippets directly from the GitHub README to guide users on inference.
- Incorporating the citation and acknowledgements sections for proper attribution.