From fb1193ad2927238470ad1d2ae15aa3a292a756a9 Mon Sep 17 00:00:00 2001 From: Vanessik Date: Fri, 8 Mar 2024 21:15:31 +0100 Subject: [PATCH] include this changes --- README.md | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/README.md b/README.md index abd9d17..f718bb7 100644 --- a/README.md +++ b/README.md @@ -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