Update README.md
This commit is contained in:
parent
25bd7f4fb0
commit
266b362e46
34
README.md
34
README.md
@ -75,27 +75,6 @@ By default `stereo_datasets.py` will search for the datasets in these locations.
|
||||
├── dtu_test
|
||||
```
|
||||
|
||||
|
||||
## Evaluation
|
||||
|
||||
To evaluate a trained model on a test set (e.g. Scene Flow), run
|
||||
```Shell
|
||||
python evaluate_stereo.py --restore_ckpt ./pretrained_models/sceneflow/sceneflow.pth --dataset sceneflow
|
||||
```
|
||||
|
||||
## Training
|
||||
|
||||
To train on Scene Flow, run
|
||||
|
||||
```Shell
|
||||
python train_stereo.py
|
||||
```
|
||||
|
||||
To train on KITTI, run
|
||||
```Shell
|
||||
python train_stereo.py --restore_ckpt ./pretrained_models/sceneflow/sceneflow.pth --dataset kitti
|
||||
```
|
||||
|
||||
## Evaluation
|
||||
|
||||
To evaluate on Scene Flow or Middlebury or ETH3D, run
|
||||
@ -112,6 +91,19 @@ or
|
||||
python evaluate_stereo.py --restore_ckpt ./pretrained_models/sceneflow/sceneflow.pth --dataset eth3d
|
||||
```
|
||||
|
||||
## Training
|
||||
|
||||
To train on Scene Flow, run
|
||||
|
||||
```Shell
|
||||
python train_stereo.py
|
||||
```
|
||||
|
||||
To train on KITTI, run
|
||||
```Shell
|
||||
python train_stereo.py --restore_ckpt ./pretrained_models/sceneflow/sceneflow.pth --dataset kitti
|
||||
```
|
||||
|
||||
## Submission
|
||||
|
||||
For submission to the KITTI benchmark, run
|
||||
|
Loading…
Reference in New Issue
Block a user