We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 597c34b commit e157e3eCopy full SHA for e157e3e
examples/domain_adaptation/object_detection/README.md
@@ -17,7 +17,7 @@ pip install torch==1.9.0+cu111 torchvision==0.10.0+cu111 torchaudio==0.9.0 -f ht
17
# install detectron
18
python -m pip install detectron2 -f https://dl.fbaipublicfiles.com/detectron2/wheels/cu111/torch1.9/index.html
19
# install other requirements
20
-pip install requirements.txt
+pip install -r requirements.txt
21
```
22
23
## Dataset
examples/domain_adaptation/re_identification/README.md
@@ -1,4 +1,4 @@
1
-# Domain Adaptation for Person Re-Identification
+# Unsupervised Domain Adaptation for Person Re-Identification
2
3
## Installation
4
0 commit comments