HongshengY commited on
Commit
35e1480
·
verified ·
1 Parent(s): b8fbf0b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -0
README.md CHANGED
@@ -14,6 +14,8 @@ tags:
14
 
15
  S2V-Net is the core model from the paper **"NeuralSketch2Surf: Fast Neural Surfacing of Unoriented 3D Sketches"**. It instantly converts sparse, unoriented 3D sketches (like those drawn in VR) into smooth, closed 3D meshes.
16
 
 
 
17
  ## Core Highlights
18
 
19
  * **Lightning Fast (Interactive Rates):** The entire pipeline takes **< 0.7 seconds** on a GPU, making it perfectly suited for real-time VR applications.
 
14
 
15
  S2V-Net is the core model from the paper **"NeuralSketch2Surf: Fast Neural Surfacing of Unoriented 3D Sketches"**. It instantly converts sparse, unoriented 3D sketches (like those drawn in VR) into smooth, closed 3D meshes.
16
 
17
+ ![Teaser Image](./Architecture.png)
18
+
19
  ## Core Highlights
20
 
21
  * **Lightning Fast (Interactive Rates):** The entire pipeline takes **< 0.7 seconds** on a GPU, making it perfectly suited for real-time VR applications.