sapiens
English
rawalkhirodkar commited on
Commit
5edcfe8
1 Parent(s): fc4af61

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -3
README.md CHANGED
@@ -36,8 +36,8 @@ Sapiens consistently surpasses existing baselines across various human-centric b
36
  - surface normal estimation
37
 
38
  ## Model Zoo
39
- This repository does not host any checkpoint but contains pointers to all the model repositories.
40
-
41
  - original: weights can be finetuned for your use case along with inference.
42
  - torchscript: (inference only) weights ported to torchscript.
43
  - bfloat16: (inference only) for large scale processing, weights ported to bfloat16 (A100 gpu only + pytorch-2.3).
@@ -67,7 +67,6 @@ This repository does not host any checkpoint but contains pointers to all the mo
67
 
68
 
69
  Helper models for bounding box detection or background removal.
70
-
71
  | Model Name | Original | TorchScript | BFloat16 |
72
  |:-----------|:--------:|:-----------:|:--------:|
73
  | sapiens-pose-bbox-detector | [link](https://huggingface.co/facebook/sapiens-pose-bbox-detector) | - | - |
 
36
  - surface normal estimation
37
 
38
  ## Model Zoo
39
+ **Note: This repository does not host any checkpoints but contains links to all the model repositories.**
40
+ We provide checkpoints in three formats:
41
  - original: weights can be finetuned for your use case along with inference.
42
  - torchscript: (inference only) weights ported to torchscript.
43
  - bfloat16: (inference only) for large scale processing, weights ported to bfloat16 (A100 gpu only + pytorch-2.3).
 
67
 
68
 
69
  Helper models for bounding box detection or background removal.
 
70
  | Model Name | Original | TorchScript | BFloat16 |
71
  |:-----------|:--------:|:-----------:|:--------:|
72
  | sapiens-pose-bbox-detector | [link](https://huggingface.co/facebook/sapiens-pose-bbox-detector) | - | - |