Skip to content

Commit

Permalink
📝 Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hama-jsoh committed Dec 29, 2022
1 parent e546f35 commit d81409f
Showing 1 changed file with 20 additions and 8 deletions.
28 changes: 20 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,10 @@
## Getting started

### Dataset & model
+ download dataset --> UPT dataset : [Google_drive](https://drive.google.com/file/d/1QgIQJ83FXE9XLUhKdY1RK-cHr5PGAa8V/view?usp=sharing)
+ download pretrained_model --> [Google_drive](https://drive.google.com/file/d/1k5QTVzd1B67--Y7WGejbRVA1Cgg6Wy2P/view?usp=sharing)
+ [Training] download dataset --> UPT dataset : [Google_drive](https://drive.google.com/file/d/1QgIQJ83FXE9XLUhKdY1RK-cHr5PGAa8V/view?usp=sharing)
+ [Required] download pastagan-plusplus pretrained_model --> [Google_drive](https://drive.google.com/file/d/1k5QTVzd1B67--Y7WGejbRVA1Cgg6Wy2P/view?usp=sharing)
+ [Required] download openpose pretrained_model --> [Google_drive](https://drive.google.com/drive/folders/1Oz_fDTMDSttZMu-Va6kGvE81kaggm3sC?usp=share_link)
+ [Required] download graphonomy pretrained_model --> [Google_drive](https://drive.google.com/file/d/1zOyVygz_4OEcdfqbAR7ZFL5OXOgjd3RW/view?usp=share_link)

----

Expand All @@ -20,11 +22,22 @@ git clone https://github.com/hama-jsoh/pasta-gan-plusplus.git && cd pasta-gan-pl
```bash
USER_ID=$UID docker-compose -f docker/docker-compose.yaml up -d
```
### Step 2-1: Enter container
- Step 2-1: Enter container
```bash
docker exec -it pastagan_plusplus_dev bash
```
### Step 3: Inference
```bash
docker exec -it pastagan_plusplus_dev bash
python3 -W ignore inference.py
```
### Step 3: Inference(test)
### Step 4: Check result
```bash
cd test_results/full && ls
```

----
## EXPERIMENT
### Step 1: TEST
```bash
bash test.sh 3
```
Expand All @@ -34,15 +47,14 @@ bash test.sh 3
> + 2 : pants
> + 3 : full
### Step 4: Check result
### Step 2: Check result
```bash
cd test_results/full && ls
```

----

### Utils

## UTILS
1. resize
```bash
python3 utils/resize_image.py
Expand Down

0 comments on commit d81409f

Please sign in to comment.