From 7fa4b71aede30a9f6693baa68560e31c0605df76 Mon Sep 17 00:00:00 2001 From: Erjan Kalybek Date: Sun, 17 Nov 2019 11:50:11 +0100 Subject: [PATCH] Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5418514..8ee8837 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Pytorch implementation of [SCL-Domain-Adaptive-Object-Detection](https://arxiv.org/abs/1911.02559) ## Introduction -Please follow [faster-rcnn](https://github.com/jwyang/faster-rcnn.pytorch) repository to setup the environment. This code is based on the implemenatation of **Strong-Weak Distribution Alignment for Adaptive Object Detection**. We used Pytorch 0.4.0 for this project. The different version of pytorch will cause some errors, which have to be handled based on each envirionment. +Please follow [faster-rcnn](https://github.com/jwyang/faster-rcnn.pytorch) repository to setup the environment. This code is based on the implementation of **Strong-Weak Distribution Alignment for Adaptive Object Detection**. We used Pytorch 0.4.0 for this project. The different version of pytorch will cause some errors, which have to be handled based on each envirionment.
For convenience, this repository contains implementation of:
* SCL: Towards Accurate Domain Adaptive Object Detection via Gradient Detach Based Stacked Complementary Losses ([link](http://arxiv.org/abs/1911.02559))