Anoobee commited on
Commit
f9ac8ff
·
1 Parent(s): 6f7b3b2

Add YAML metadata to model card

Browse files
Files changed (1) hide show
  1. README.md +13 -2
README.md CHANGED
@@ -1,3 +1,14 @@
1
- # My Lightning Model
2
- This is a PyTorch Lightning model trained in Lightning AI Studio.
 
 
 
 
 
 
 
 
3
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ tags:
4
+ - computer-vision
5
+ - 3d-reconstruction
6
+ - pytorch-lightning
7
+ library_name: pytorch
8
+ datasets:
9
+ - custom
10
+ ---
11
 
12
+ # Single-View 3D Reconstruction
13
+
14
+ This model reconstructs 3D objects from a single 2D view using semantic shape priors. Checkpoints are provided in `*.pth` format.