Skip to content

Commit

Permalink
include this changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Vanessik committed Mar 8, 2024
1 parent a0c1855 commit fb1193a
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,19 +27,12 @@ conda env create -n neuralhaircut -f neural_haircut.yaml
conda activate neuralhaircut
```

Initialize submodules of [k-diffusion](https://github.com/crowsonkb/k-diffusion), [NeuS](https://github.com/Totoro97/NeuS), [MODNet](https://github.com/ZHKKKe/MODNet), [CDGNet](https://github.com/tjpulkl/CDGNet), [npbgpp](https://github.com/rakhimovv/npbgpp). Download pretrained weights for [CDGNet](https://github.com/tjpulkl/CDGNet) and [MODNet](https://github.com/ZHKKKe/MODNet).
Initialize submodules of [k-diffusion](https://github.com/crowsonkb/k-diffusion), [NeuS](https://github.com/Totoro97/NeuS), [MODNet](https://github.com/ZHKKKe/MODNet), [CDGNet](https://github.com/tjpulkl/CDGNet). Download pretrained weights for [CDGNet](https://github.com/tjpulkl/CDGNet) and [MODNet](https://github.com/ZHKKKe/MODNet).

```bash
git submodule update --init --recursive
```


```bash
cd npbgpp && python setup.py build develop
cd ..
```


Download the pretrained NeuralHaircut models:

```bash
Expand Down

0 comments on commit fb1193a

Please sign in to comment.