Skip to content

Commit

Permalink
Merge pull request #55 from onuralpszr/doc/readme
Browse files Browse the repository at this point in the history
docs: 📝 descriptive installation section
  • Loading branch information
wondervictor authored Feb 18, 2024
2 parents 7ddf467 + 1b5ed6c commit 57d907f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,13 @@ We provide two fine-tuning strategies YOLO-World towards open-vocabulary instanc

YOLO-World is developed based on `torch==1.11.0` `mmyolo==0.6.0` and `mmdetection==3.0.0`.

#### Clone Project

```bash
git clone --recursive https://github.com/AILab-CVC/YOLO-World.git
```
#### Install

```bash
pip install torch wheel -q
pip install -e .
Expand Down

0 comments on commit 57d907f

Please sign in to comment.