lhmd nielsr HF Staff commited on
Commit
6d08606
·
1 Parent(s): 8ae2d22

Add research tags and datasets to metadata (#1)

Browse files

- Add research tags and datasets to metadata (1f9fe99a2a7d251fd9db7afae290a97a93159f67)
- Update README.md (d4016dcbe645c0075599107642dea0b2bec4de24)


Co-authored-by: Niels Rogge <nielsr@users.noreply.huggingface.co>

Files changed (1) hide show
  1. README.md +9 -1
README.md CHANGED
@@ -1,6 +1,14 @@
1
  ---
2
  license: mit
3
  pipeline_tag: image-to-3d
 
 
 
 
 
 
 
 
4
  ---
5
 
6
  <p align="center">
@@ -238,4 +246,4 @@ If you have any questions, please create an issue on this repository or contact
238
 
239
  ## Acknowledgements
240
 
241
- This project is developed with [DepthSplat](https://github.com/cvg/depthsplat) and [MinkowskiEngine](https://github.com/NVIDIA/MinkowskiEngine). We thank the original authors for their excellent work.
 
1
  ---
2
  license: mit
3
  pipeline_tag: image-to-3d
4
+ tags:
5
+ - 3d
6
+ - gaussian-splatting
7
+ - voxel-aligned
8
+ - novel-view-synthesis
9
+ datasets:
10
+ - lhmd/re10k_torch
11
+ - lhmd/acid_torch
12
  ---
13
 
14
  <p align="center">
 
246
 
247
  ## Acknowledgements
248
 
249
+ This project is developed with [DepthSplat](https://github.com/cvg/depthsplat) and [MinkowskiEngine](https://github.com/NVIDIA/MinkowskiEngine). We thank the original authors for their excellent work.