We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8d8a6f commit bf22d76Copy full SHA for bf22d76
README.md
@@ -31,9 +31,13 @@ The plugin provides a seamless interface to Moondream2's capabilities within Fif
31
If you haven't already, install FiftyOne and required dependencies:
32
33
```bash
34
-pip install -U fiftyone transformers torch
+pip install -U fiftyone transformers torch pvips
35
```
36
+On Ubuntu you may need to also install the pvips libraries
37
38
+```bash
39
+sudo apt install imagemagick libvips
40
+```
41
42
Then, install the plugin:
43
@@ -165,4 +169,4 @@ You can visit the original GitHub or the [Moondream website](https://moondream.a
165
169
url = {https://github.com/vikhyat/moondream},
166
170
commit = {main}
167
171
}
168
-```
172
0 commit comments