Update README.md
This commit is contained in:
parent
69685f8f8c
commit
95119fdebe
14
README.md
14
README.md
@ -47,24 +47,14 @@ resource/
|
|||||||
├── NeuralHaircut/
|
├── NeuralHaircut/
|
||||||
│ ├── pretrained_models/
|
│ ├── pretrained_models/
|
||||||
│ │ ├── diffusion_prior/
|
│ │ ├── diffusion_prior/
|
||||||
│ │ │ └── dif_ckpt.pt # Diffusion prior model
|
│ │ │ └── dif_ckpt.pt ## Diffusion prior model
|
||||||
│ │ └── strand_prior/
|
│ │ └── strand_prior/
|
||||||
│ │ └── strand_ckpt.pt # Strand prior model
|
│ │ └── strand_ckpt.pt ## Strand prior model
|
||||||
│ └── PIXIE/
|
│ └── PIXIE/
|
||||||
│ └── pixie_data/
|
│ └── pixie_data/
|
||||||
│ └── pixie_data/ # PIXIE model data
|
|
||||||
├── Matte-Anything/
|
├── Matte-Anything/
|
||||||
│ ├── model.pth # Matte-Anything model
|
|
||||||
│ ├── sam_vit_h_4b8939.pth # SAM model
|
|
||||||
│ └── groundingdino_swint_ogc.pth # GroundingDINO model
|
|
||||||
├── openpose/
|
├── openpose/
|
||||||
│ └── models/
|
|
||||||
│ └── pose/
|
|
||||||
│ └── coco/
|
|
||||||
│ └── pose_iter_584000.caffemodel # OpenPose pose model
|
|
||||||
└── hyperIQA/
|
└── hyperIQA/
|
||||||
└── pretrained/
|
|
||||||
└── hyperIQA.pth # Image quality assessment model
|
|
||||||
```
|
```
|
||||||
|
|
||||||
## Getting Started
|
## Getting Started
|
||||||
|
Loading…
Reference in New Issue
Block a user