takarajordan commited on
Commit
bbf48c6
1 Parent(s): c76c872

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -0
README.md CHANGED
@@ -6,6 +6,16 @@ pipeline_tag: depth-estimation
6
 
7
  [https://huggingface.co/apple/DepthPro](https://huggingface.co/apple/DepthPro) converted to SafeTensors.
8
 
 
 
 
 
 
 
 
 
 
 
9
  @article{Bochkovskii2024:arxiv,
10
  author = {Aleksei Bochkovskii and Ama\"{e}l Delaunoy and Hugo Germain and Marcel Santos and
11
  Yichao Zhou and Stephan R. Richter and Vladlen Koltun}
@@ -13,3 +23,4 @@ pipeline_tag: depth-estimation
13
  journal = {arXiv},
14
  year = {2024},
15
  }
 
 
6
 
7
  [https://huggingface.co/apple/DepthPro](https://huggingface.co/apple/DepthPro) converted to SafeTensors.
8
 
9
+ ## Details
10
+
11
+ - Total Parameters: 951,991,330
12
+ - Memory Usage: 1815.78 MB
13
+ - Precisions: torch.float16
14
+ - Estimated FLOPs: 3,501,896,768
15
+
16
+ Details calculated with [TensorKIKO](https://github.com/takara-ai/TensorKiko)
17
+
18
+ ```bibtex
19
  @article{Bochkovskii2024:arxiv,
20
  author = {Aleksei Bochkovskii and Ama\"{e}l Delaunoy and Hugo Germain and Marcel Santos and
21
  Yichao Zhou and Stephan R. Richter and Vladlen Koltun}
 
23
  journal = {arXiv},
24
  year = {2024},
25
  }
26
+ ```