Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
padeler committed Nov 26, 2021
1 parent 53b254b commit 0c5121b
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,21 +9,17 @@ You can use the code in this repository to train and evaluate different POTR con
The code in this repository is based on the following:

- [End-to-End Object Detection with Transformers (DETR)](https://github.com/facebookresearch/detr)
Xcit
- [Cross-Covariance Image Transformer (XCiT)](https://github.com/facebookresearch/xcit)

- [DeiT: Data-efficient Image Transformers](https://github.com/facebookresearch/deit)

- [Simple Baselines for Human Pose Estimation and Tracking](https://github.com/microsoft/human-pose-estimation.pytorch)

- [Pytoch image models (TIMM)](https://github.com/rwightman/pytorch-image-models)


Thank you!

## Preparing

Create a python venv and install all the dependenciesQ
Create a python venv and install all the dependencies:

```bash
python -m venv pyenv
Expand Down

0 comments on commit 0c5121b

Please sign in to comment.