Skip to content

Commit

Permalink
updated
Browse files Browse the repository at this point in the history
  • Loading branch information
tianzhi0549 committed Jul 3, 2020
1 parent 42b62d4 commit 311dc55
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,10 @@ Note that:

## Installation

First install Detectron2 following the official guide: [INSTALL.md](https://github.com/facebookresearch/detectron2/blob/master/INSTALL.md). Then build AdelaiDet with:
First install Detectron2 following the official guide: [INSTALL.md](https://github.com/facebookresearch/detectron2/blob/master/INSTALL.md). Please use Detectron2 with commit id [45a4d97](https://github.com/facebookresearch/detectron2/tree/45a4d970bb2242ce0630c5ce03f860ad14382169) for now. The incompatibility with the latest one will be fixed soon.

Then build AdelaiDet with:

```
git clone https://github.com/aim-uofa/AdelaiDet.git
cd AdelaiDet
Expand Down
3 changes: 1 addition & 2 deletions configs/CondInst/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@


# Installation & Quick Start
First, follow the [default instruction](../../README.md#Installation) to install the project, and
follow [datasets/README.md](https://github.com/facebookresearch/detectron2/blob/master/datasets/README.md)
First, follow the [default instruction](../../README.md#Installation) to install the project and [datasets/README.md](https://github.com/facebookresearch/detectron2/blob/master/datasets/README.md)
set up the datasets (e.g., MS-COCO).

For demo, run the following command lines:
Expand Down

0 comments on commit 311dc55

Please sign in to comment.