Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Clarify test instructions #86

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,13 @@ make docker-run-mpi COMMAND="some-command"
For instance, to verify that the environment is setup correctly, you can run a simple overfitting test:

```bash
# enter docker image
make docker-start-interactive
# download a tiny subset of KITTI
mkdir -p /data/datasets
curl -s https://tri-ml-public.s3.amazonaws.com/github/packnet-sfm/datasets/KITTI_tiny.tar | tar xv -C /data/datasets/
# in docker
make docker-run COMMAND="python3 scripts/train.py configs/overfit_kitti.yaml"
# run test
python3 scripts/train.py configs/overfit_kitti.yaml
```

If you want to use features related to [AWS](https://aws.amazon.com/) (for dataset access)
Expand Down Expand Up @@ -274,4 +277,4 @@ Depending on the application, please use the following citations when referencin
month = {May},
year = {2019},
}
```
```