Browse Source

Update README.md

main
rucv 3 years ago
parent
commit
b134f56c83
No account linked to committer's email address
1 changed files with 10 additions and 5 deletions
  1. 10
    5
      README.md

+ 10
- 5
README.md View File

@@ -10,10 +10,15 @@
* tqdm

### Data




train
** Images
** Masks
test
** Images
** Masks
Valid
** Images
** Masks

### 1. Training

@@ -25,4 +30,4 @@ python train.py --mode train --train_data_dir /path-to-train_data --valid_dat

```bash
python test.py --mode test --load_ckpt checkpoint --test_data_dir /path-to-test_data```
```

Loading…
Cancel
Save