We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c80724 commit 885c837Copy full SHA for 885c837
1 file changed
README.md
@@ -45,6 +45,15 @@ torch 2.1.0+cu121
45
torchvision 0.16.0+cu121
46
```
47
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
57
### 🎨 Demo
58
59
You can run our interactive demo locally to experience **HDINO**:
0 commit comments