Skip to content

Commit

Permalink
Merge branch 'main' of github.com:MendelXu/SoftTeacher into main
Browse files Browse the repository at this point in the history
  • Loading branch information
MendelXu committed Nov 2, 2021
2 parents 7e1a7bd + 36d640d commit dd091dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,8 @@ We followed STAC[1] to evaluate on 5 different data splits for each setting, and
- `wandb=0.10.31`

#### Notes
- We use [wandb](https://wandb.ai/) for visualization, if you don't want to use it, just comment line `276-289` in `configs/soft_teacher/base.py`.
- The project should be compatible to the latest version of `mmdetection`. If you want to switch to the same version `mmdetection` as ours, run `cd thirdparty/mmdetection && git checkout v2.16.0`.
- We use [wandb](https://wandb.ai/) for visualization, if you don't want to use it, just comment line `273-284` in `configs/soft_teacher/base.py`.
- The project should be compatible to the latest version of `mmdetection`. If you want to switch to the same version `mmdetection` as ours, run `cd thirdparty/mmdetection && git checkout v2.16.0`
### Installation
```
make install
Expand Down

0 comments on commit dd091dc

Please sign in to comment.