Skip to content

Commit

Permalink
update visualize results bash
Browse files Browse the repository at this point in the history
Step3's result is steering_angle.json, so we should use it to visualize results instead of steering_model.json .
  • Loading branch information
zuijiawoniu committed Sep 5, 2016
1 parent 17eb18a commit d4b2b13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SelfSteering.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Cars](https://arxiv.org/abs/1604.07316).

4) Visualize results
```bash
./view_steering_model.py ./outputs/steering_model/steering_model.json
./view_steering_model.py ./outputs/steering_model/steering_angle.json
```
<img src="./images/selfsteer.gif">

Expand Down

0 comments on commit d4b2b13

Please sign in to comment.