Skip to content

Commit e157e3e

Browse files
committed
fix typo
1 parent 597c34b commit e157e3e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/domain_adaptation/object_detection/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ pip install torch==1.9.0+cu111 torchvision==0.10.0+cu111 torchaudio==0.9.0 -f ht
1717
# install detectron
1818
python -m pip install detectron2 -f https://dl.fbaipublicfiles.com/detectron2/wheels/cu111/torch1.9/index.html
1919
# install other requirements
20-
pip install requirements.txt
20+
pip install -r requirements.txt
2121
```
2222

2323
## Dataset

examples/domain_adaptation/re_identification/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Domain Adaptation for Person Re-Identification
1+
# Unsupervised Domain Adaptation for Person Re-Identification
22

33
## Installation
44

0 commit comments

Comments
 (0)