Skip to content

Commit 885c837

Browse files
authored
Update README.md
1 parent 2c80724 commit 885c837

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,15 @@ torch 2.1.0+cu121
4545
torchvision 0.16.0+cu121
4646
```
4747

48+
### 3. Install custom operators
49+
50+
Navigate to the `models/HDINO/ops` directory and install the operators:
51+
52+
```bash
53+
cd models/HDINO/ops
54+
pip install -e .
55+
```
56+
4857
### 🎨 Demo
4958

5059
You can run our interactive demo locally to experience **HDINO**:

0 commit comments

Comments
 (0)