zhouxy commited on
Commit
736cad8
1 Parent(s): d5d3b04

update arXiv and add Colab demo

Browse files
Files changed (2) hide show
  1. README.md +4 -2
  2. docs/INSTALL.md +1 -1
README.md CHANGED
@@ -4,9 +4,9 @@
4
 
5
  <p align="center"> <img src='docs/teaser.jpeg' align="center" height="300px"> </p>
6
 
7
- > [**Detecting Twenty-thousand Classes using Image-level Supervision**](http://arxiv.org/abs/xxxx.xxxxx),
8
  > Xingyi Zhou, Rohit Girdhar, Armand Joulin, Philipp Kr&auml;henb&uuml;hl, Ishan Misra,
9
- > *arXiv technical report ([arXiv xxxx.xxxxx](http://arxiv.org/abs/xxxx.xxxxx))*
10
 
11
 
12
  ## Features
@@ -28,6 +28,8 @@ See [installation instructions](docs/INSTALL.md).
28
 
29
  ## Demo
30
 
 
 
31
  We use the default detectron2 [demo interface](https://github.com/facebookresearch/detectron2/blob/main/GETTING_STARTED.md).
32
  For example, to run our [21K model](docs/MODEL_ZOO#cross-dataset-evaluation) on a [messy desk image](https://web.eecs.umich.edu/~fouhey/fun/desk/desk.jpg) (image credit [David Fouhey](https://web.eecs.umich.edu/~fouhey)) with the lvis vocabulary, run
33
 
4
 
5
  <p align="center"> <img src='docs/teaser.jpeg' align="center" height="300px"> </p>
6
 
7
+ > [**Detecting Twenty-thousand Classes using Image-level Supervision**](http://arxiv.org/abs/2201.02605),
8
  > Xingyi Zhou, Rohit Girdhar, Armand Joulin, Philipp Kr&auml;henb&uuml;hl, Ishan Misra,
9
+ > *arXiv technical report ([arXiv 2201.02605](http://arxiv.org/abs/2201.02605))*
10
 
11
 
12
  ## Features
28
 
29
  ## Demo
30
 
31
+ Run our demo using Colab (no GPU needed): [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/drive/1QtTW9-ukX2HKZGvt0QvVGqjuqEykoZKI)
32
+
33
  We use the default detectron2 [demo interface](https://github.com/facebookresearch/detectron2/blob/main/GETTING_STARTED.md).
34
  For example, to run our [21K model](docs/MODEL_ZOO#cross-dataset-evaluation) on a [messy desk image](https://web.eecs.umich.edu/~fouhey/fun/desk/desk.jpg) (image credit [David Fouhey](https://web.eecs.umich.edu/~fouhey)) with the lvis vocabulary, run
35
 
docs/INSTALL.md CHANGED
@@ -20,7 +20,7 @@ cd detectron2
20
  pip install -e .
21
 
22
  cd ..
23
- git clone git@github.com:facebookresearch/Detic.git --recurse-submodules
24
  cd Detic
25
  pip install -r requirements.txt
26
  ```
20
  pip install -e .
21
 
22
  cd ..
23
+ git clone https://github.com/facebookresearch/Detic.git --recurse-submodules
24
  cd Detic
25
  pip install -r requirements.txt
26
  ```