From 7042177d99a4edc57a7a7be7008e9e4fdd72216b Mon Sep 17 00:00:00 2001 From: "lh.MacAir" Date: Sun, 16 Jun 2024 15:52:00 +0800 Subject: [PATCH] detail config --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 9dc2289..e3f95de 100644 --- a/README.md +++ b/README.md @@ -33,10 +33,9 @@ To install this project, clone it using Git and install the dependencies: ```bash git clone https://github.com/username/UV-IDM.git cd UV-IDM -pip install -r requirements.txt ``` -## Requirements +### Requirements Please first download our checkpoint file in this link [google-link](https://drive.google.com/drive/folders/1ZgKWL_7aFnSUiCZTt6YVCT3oSxwBwTEn?usp=sharing), and place them in the folder. @@ -51,7 +50,7 @@ Please first download our checkpoint file in this link [google-link](https://dri - ... -## Environment +### Environment We recommend using Anaconda for environment and package management. ```bash @@ -65,6 +64,10 @@ pip install -e nvdiffrast Coming Soon. +## Train with UV-IDM + +Coming Soon. + ## Test with UV-IDM We recommend you to generate a filelist that contains the absolute path of your images. A possible demo is in test_imgs. @@ -97,12 +100,9 @@ If you find UV-IDM useful for your research and applications, please cite us usi author={Li, Hong and Feng, Yutang and Xue, Song and Liu, Xuhui and Zeng, Bohan and Li, Shanglin and Liu, Boyu and Liu, Jianzhuang and Han, Shumin and Zhang, Baochang}, booktitle={CVPR}, year={2024} -} -``` -## Train with UV-IDM +``` -Coming Soon. ## Acknowledgements