nielsr HF staff commited on
Commit
caa09a1
1 Parent(s): 8a14c73

Add link to paper, pipeline tag

Browse files

This PR ensures the model can be found at https://huggingface.co/papers/2410.00337, also adds a pipeline tag.

Files changed (1) hide show
  1. README.md +5 -1
README.md CHANGED
@@ -1,10 +1,14 @@
 
 
 
 
1
  # SyntheOcc
2
 
3
  > SyntheOcc: Synthesize Geometric-Controlled Street View Images through 3D Semantic MPIs <br>
4
  > [Leheng Li](https://len-li.github.io), Weichao Qiu, Yingjie Cai, Xu Yan, Qing Lian, Bingbing Liu, Ying-Cong Chen
5
 
6
  SyntheOcc is a project focused on synthesizing image data under geometry control (occupancy voxel). This repository provides tools and scripts to process, train, and generate synthetic image data in the nuScenes dataset, using occupancy control.
7
- #### [Project Page](https://len-li.github.io/syntheocc-web) | [Paper](https://arxiv.org/) | [Video](https://len-li.github.io/syntheocc-web/videos/teaser-occedit.mp4) | [Checkpoint](https://huggingface.co/lilelife/SyntheOcc)
8
 
9
  Code: https://github.com/EnVision-Research/SyntheOcc
10
 
 
1
+ ---
2
+ pipeline_tag: image-to-image
3
+ ---
4
+
5
  # SyntheOcc
6
 
7
  > SyntheOcc: Synthesize Geometric-Controlled Street View Images through 3D Semantic MPIs <br>
8
  > [Leheng Li](https://len-li.github.io), Weichao Qiu, Yingjie Cai, Xu Yan, Qing Lian, Bingbing Liu, Ying-Cong Chen
9
 
10
  SyntheOcc is a project focused on synthesizing image data under geometry control (occupancy voxel). This repository provides tools and scripts to process, train, and generate synthetic image data in the nuScenes dataset, using occupancy control.
11
+ #### [Project Page](https://len-li.github.io/syntheocc-web) | [Paper](https://huggingface.co/papers/2410.00337) | [Video](https://len-li.github.io/syntheocc-web/videos/teaser-occedit.mp4) | [Checkpoint](https://huggingface.co/lilelife/SyntheOcc)
12
 
13
  Code: https://github.com/EnVision-Research/SyntheOcc
14