File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ You can download the model and input image here: [MobileSAM-F16.gguf](https://hu
4141Find the ` vision-cli ` executable in the ` bin ` folder and run it to generate the mask:
4242
4343``` sh
44- vision-cli -m MobileSAM-F16.gguf -i input.png -p 420 120 650 430 -o mask.png
44+ vision-cli -m MobileSAM-F16.gguf -i input.jpg -p 420 120 650 430 -o mask.png
4545```
4646Pass ` --composite output.png ` to composite input and mask. Use ` --help ` for more options.
4747
@@ -109,7 +109,7 @@ vision-cli migan -m MIGAN-512-places2-F16.gguf -i image.png mask.png -o output.p
109109[ Model download] ( https://huggingface.co/Acly/Real-ESRGAN-GGUF ) | [ Paper (arXiv)] ( https://arxiv.org/abs/2107.10833 ) | [ Repository (GitHub)] ( https://github.com/xinntao/Real-ESRGAN ) | License: BSD-3-Clause
110110
111111``` sh
112- vision-cli esrgan -m ESRGAN-4x_foolhardy_Remacrih -F16.gguf -i input.png -o output.png
112+ vision-cli esrgan -m ESRGAN-4x-foolhardy_Remacri -F16.gguf -i input.png -o output.png
113113```
114114
115115
@@ -152,7 +152,7 @@ cmake . -B build -D CMAKE_BUILD_TYPE=Release -D VISP_VULKAN=ON
152152
153153### Tests _ (Optional)_
154154
155- Run all C++ tests with the following command:
155+ Build with ` -DVISP_TESTS=ON ` . Run all C++ tests with the following command:
156156``` sh
157157cd build
158158ctest -C Release
@@ -210,6 +210,6 @@ as other frameworks for inference speed, but with:
210210
211211## Dependencies (integrated)
212212
213- * [ ggml] ( https://github.com/ggml-org/ggml ) - ML inference library | MIT
213+ * [ ggml] ( https://github.com/ggml-org/ggml ) - ML tensor library | MIT
214214* [ stb-image] ( https://github.com/nothings/stb ) - Image load/save/resize | Public Domain
215215* [ fmt] ( https://github.com/fmtlib/fmt ) - String formatting _ (only if compiler doesn't support < ; format> ; )_ | MIT
You can’t perform that action at this time.
0 commit comments