nielsr HF Staff commited on
Commit
ccea1ea
·
verified ·
1 Parent(s): 1f63296

Add pipeline tag, library name and project page URL

Browse files

This PR adds the `pipeline_tag` and `library_name` to the model card for better discoverability and clarity. The `pipeline_tag` is set to `image-to-image` reflecting the model's functionality of rendering images from triangle meshes, and `library_name: pytorch` is added given the model's implementation. The project page URL is added for easier access to further information about the project.

Files changed (1) hide show
  1. README.md +6 -1
README.md CHANGED
@@ -1,14 +1,19 @@
1
  ---
 
2
  tags:
3
  - model_hub_mixin
4
  - pytorch_model_hub_mixin
5
  - renderformer
6
- license: mit
 
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).