Add pipeline tag, library name and project page URL
#1
by
nielsr
HF Staff
- opened
README.md
CHANGED
|
@@ -1,14 +1,19 @@
|
|
| 1 |
---
|
|
|
|
| 2 |
tags:
|
| 3 |
- model_hub_mixin
|
| 4 |
- pytorch_model_hub_mixin
|
| 5 |
- renderformer
|
| 6 |
-
|
|
|
|
| 7 |
---
|
|
|
|
| 8 |
# RenderFormer: Transformer-based Neural Rendering of Triangle Meshes with Global Illumination</h1>
|
| 9 |
|
| 10 |
This repo contains the weights of **RenderFormer-V1-Base**.
|
| 11 |
|
|
|
|
|
|
|
| 12 |
## Quick Start
|
| 13 |
|
| 14 |
Please refer to our [Github Repo](https://github.com/microsoft/renderformer) and [Paper](https://arxiv.org/abs/2505.21925).
|
|
|
|
| 1 |
---
|
| 2 |
+
license: mit
|
| 3 |
tags:
|
| 4 |
- model_hub_mixin
|
| 5 |
- pytorch_model_hub_mixin
|
| 6 |
- renderformer
|
| 7 |
+
pipeline_tag: image-to-image
|
| 8 |
+
library_name: pytorch
|
| 9 |
---
|
| 10 |
+
|
| 11 |
# RenderFormer: Transformer-based Neural Rendering of Triangle Meshes with Global Illumination</h1>
|
| 12 |
|
| 13 |
This repo contains the weights of **RenderFormer-V1-Base**.
|
| 14 |
|
| 15 |
+
Project Page: https://microsoft.github.io/renderformer/
|
| 16 |
+
|
| 17 |
## Quick Start
|
| 18 |
|
| 19 |
Please refer to our [Github Repo](https://github.com/microsoft/renderformer) and [Paper](https://arxiv.org/abs/2505.21925).
|