Skip to content

Commit

Permalink
docs: update readme
Browse files Browse the repository at this point in the history
Signed-off-by: Leonardo Rossi <[email protected]>
  • Loading branch information
hachreak committed Jun 29, 2023
1 parent 130564d commit 8749472
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,17 +79,17 @@ data/dota

### Train
```bash
python src/main.py --config cfgs/v1_1.yml --output output/v1_1/ --phase train --epochs 100 --epoch -1
python src/main.py --config cfgs/v4_2.yml --output output/v4_2/ --phase train --epochs 1000 --epoch -1
```

### Eval
```bash
python src/main.py --config cfgs/v1_1.yml --output output/v1_1/ --phase test --epoch 10
python src/main.py --config cfgs/v4_2.yml --output output/v4_2/ --phase test --epoch 690
```

### Play: generate video
```bash
python src/main.py --config cfgs/v1_1.yml --output output/v1_1/ --phase play --epoch 100
python src/main.py --config cfgs/v4_2.yml --output output/v4_2/ --phase play --epoch 690
```

## Results
Expand Down

0 comments on commit 8749472

Please sign in to comment.