Skip to content
This repository has been archived by the owner on Jan 25, 2024. It is now read-only.

Fix typos in README.md #36

Open
wants to merge 1 commit 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
6 changes: 3 additions & 3 deletions README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Ming Liang, Bin Yang, Rui Hu, Yun Chen, Renjie Liao, Song Feng, Raquel Urtasun

Table of Contents
=================
* [Install Dependancy](#install-dependancy)
* [Install Dependency](#install-dependency)
* [Prepare Data](#prepare-data-argoverse-motion-forecasting)
* [Training](#training)
* [Testing](#testing)
Expand All @@ -23,7 +23,7 @@ Table of Contents



## Install Dependancy
## Install Dependency
You need to install following packages in order to run the code:
- [PyTorch>=1.3.1](https://pytorch.org/)
- [Argoverse API](https://github.com/argoai/argoverse-api#installation)
Expand All @@ -38,7 +38,7 @@ conda install pytorch==1.5.1 torchvision cudatoolkit=10.2 -c pytorch # pytorch=1
# install argoverse api
pip install git+https://github.com/argoai/argoverse-api.git

# install others dependancy
# install other dependencies
pip install scikit-image IPython tqdm ipdb
```

Expand Down