fszontagh
2024-02-24 ae7501f93285c030251aaf56f224bea178447f3c
refs
author fszontagh <szf@fsociety.hu>
Saturday, February 24, 2024 13:54 +0000
committer fszontagh <szf@fsociety.hu>
Saturday, February 24, 2024 13:54 +0000
commitae7501f93285c030251aaf56f224bea178447f3c
tree d706a0225accea4c0d697522aa0df0cd046f7de9 tree | zip | gz
parent d026d6483dd664299966b4dbb07ed17fde1e04d0 view | diff
initial
1 files modified
991 files added
704041 ■■■■■ changed files
.clang-format 12 ●●●●● diff | view | raw | blame | history
.dockerignore 6 ●●●●● diff | view | raw | blame | history
.github/workflows/build.yml 201 ●●●●● diff | view | raw | blame | history
.gitignore 32 ●●●●● diff | view | raw | blame | history
.gitmodules 3 ●●●●● diff | view | raw | blame | history
CMakeLists.txt 94 ●●●●● diff | view | raw | blame | history
Dockerfile 17 ●●●●● diff | view | raw | blame | history
LICENSE 21 ●●●●● diff | view | raw | blame | history
README.md 335 ●●●●● diff | view | raw | blame | history
assets/a lovely cat.png diff | view | raw | blame | history
assets/control.png diff | view | raw | blame | history
assets/control_2.png diff | view | raw | blame | history
assets/control_3.png diff | view | raw | blame | history
assets/f16.png diff | view | raw | blame | history
assets/f32.png diff | view | raw | blame | history
assets/img2img_output.png diff | view | raw | blame | history
assets/q4_0.png diff | view | raw | blame | history
assets/q4_1.png diff | view | raw | blame | history
assets/q5_0.png diff | view | raw | blame | history
assets/q5_1.png diff | view | raw | blame | history
assets/q8_0.png diff | view | raw | blame | history
assets/with_lcm.png diff | view | raw | blame | history
assets/without_lcm.png diff | view | raw | blame | history
clip.hpp 1177 ●●●●● diff | view | raw | blame | history
common.hpp 529 ●●●●● diff | view | raw | blame | history
control.hpp 466 ●●●●● diff | view | raw | blame | history
denoiser.hpp 125 ●●●●● diff | view | raw | blame | history
docs/hipBLAS_on_Windows.md 85 ●●●●● diff | view | raw | blame | history
esrgan.hpp 206 ●●●●● diff | view | raw | blame | history
examples/CMakeLists.txt 3 ●●●●● diff | view | raw | blame | history
examples/cli/CMakeLists.txt 6 ●●●●● diff | view | raw | blame | history
examples/cli/main.cpp 743 ●●●●● diff | view | raw | blame | history
format-code.sh 2 ●●●●● diff | view | raw | blame | history
ggml/.editorconfig 22 ●●●●● diff | view | raw | blame | history
ggml/.github/workflows/ci.yml 139 ●●●●● diff | view | raw | blame | history
ggml/.gitignore 41 ●●●●● diff | view | raw | blame | history
ggml/CMakeLists.txt 206 ●●●●● diff | view | raw | blame | history
ggml/LICENSE 21 ●●●●● diff | view | raw | blame | history
ggml/Package.swift 49 ●●●●● diff | view | raw | blame | history
ggml/README.md 179 ●●●●● diff | view | raw | blame | history
ggml/build.zig 158 ●●●●● diff | view | raw | blame | history
ggml/ci/run.sh 395 ●●●●● diff | view | raw | blame | history
ggml/cmake/BuildTypes.cmake 54 ●●●●● diff | view | raw | blame | history
ggml/cmake/GitVars.cmake 22 ●●●●● diff | view | raw | blame | history
ggml/docs/gguf.md 631 ●●●●● diff | view | raw | blame | history
ggml/examples/CMakeLists.txt 31 ●●●●● diff | view | raw | blame | history
ggml/examples/common-ggml.cpp 243 ●●●●● diff | view | raw | blame | history
ggml/examples/common-ggml.h 18 ●●●●● diff | view | raw | blame | history
ggml/examples/common.cpp 817 ●●●●● diff | view | raw | blame | history
ggml/examples/common.h 279 ●●●●● diff | view | raw | blame | history
ggml/examples/dolly-v2/CMakeLists.txt 13 ●●●●● diff | view | raw | blame | history
ggml/examples/dolly-v2/README.md 187 ●●●●● diff | view | raw | blame | history
ggml/examples/dolly-v2/convert-h5-to-ggml.py 116 ●●●●● diff | view | raw | blame | history
ggml/examples/dolly-v2/main.cpp 968 ●●●●● diff | view | raw | blame | history
ggml/examples/dolly-v2/quantize.cpp 178 ●●●●● diff | view | raw | blame | history
ggml/examples/dr_wav.h 6434 ●●●●● diff | view | raw | blame | history
ggml/examples/gpt-2/CMakeLists.txt 48 ●●●●● diff | view | raw | blame | history
ggml/examples/gpt-2/README.md 225 ●●●●● diff | view | raw | blame | history
ggml/examples/gpt-2/convert-cerebras-to-ggml.py 183 ●●●●● diff | view | raw | blame | history
ggml/examples/gpt-2/convert-ckpt-to-ggml.py 159 ●●●●● diff | view | raw | blame | history
ggml/examples/gpt-2/convert-h5-to-ggml.py 195 ●●●●● diff | view | raw | blame | history
ggml/examples/gpt-2/download-ggml-model.sh 69 ●●●●● diff | view | raw | blame | history
ggml/examples/gpt-2/download-model.sh 48 ●●●●● diff | view | raw | blame | history
ggml/examples/gpt-2/main-alloc.cpp 886 ●●●●● diff | view | raw | blame | history
ggml/examples/gpt-2/main-backend.cpp 993 ●●●●● diff | view | raw | blame | history
ggml/examples/gpt-2/main-batched.cpp 1218 ●●●●● diff | view | raw | blame | history
ggml/examples/gpt-2/main-ctx.cpp 840 ●●●●● diff | view | raw | blame | history
ggml/examples/gpt-2/main.cpp 1080 ●●●●● diff | view | raw | blame | history
ggml/examples/gpt-2/quantize.cpp 184 ●●●●● diff | view | raw | blame | history
ggml/examples/gpt-j/CMakeLists.txt 13 ●●●●● diff | view | raw | blame | history
ggml/examples/gpt-j/README.md 246 ●●●●● diff | view | raw | blame | history
ggml/examples/gpt-j/convert-h5-to-ggml.py 173 ●●●●● diff | view | raw | blame | history
ggml/examples/gpt-j/download-ggml-model.sh 69 ●●●●● diff | view | raw | blame | history
ggml/examples/gpt-j/download-model.sh 11 ●●●●● diff | view | raw | blame | history
ggml/examples/gpt-j/main.cpp 754 ●●●●● diff | view | raw | blame | history
ggml/examples/gpt-j/quantize.cpp 182 ●●●●● diff | view | raw | blame | history
ggml/examples/gpt-neox/CMakeLists.txt 13 ●●●●● diff | view | raw | blame | history
ggml/examples/gpt-neox/README.md 110 ●●●●● diff | view | raw | blame | history
ggml/examples/gpt-neox/convert-h5-to-ggml.py 107 ●●●●● diff | view | raw | blame | history
ggml/examples/gpt-neox/main.cpp 820 ●●●●● diff | view | raw | blame | history
ggml/examples/gpt-neox/quantize.cpp 178 ●●●●● diff | view | raw | blame | history
ggml/examples/mnist/CMakeLists.txt 40 ●●●●● diff | view | raw | blame | history
ggml/examples/mnist/README.md 128 ●●●●● diff | view | raw | blame | history
ggml/examples/mnist/convert-h5-to-ggml.py 63 ●●●●● diff | view | raw | blame | history
ggml/examples/mnist/main-cnn.cpp 169 ●●●●● diff | view | raw | blame | history
ggml/examples/mnist/main-cpu.cpp 122 ●●●●● diff | view | raw | blame | history
ggml/examples/mnist/main-mtl.cpp 125 ●●●●● diff | view | raw | blame | history
ggml/examples/mnist/main-mtl.h 26 ●●●●● diff | view | raw | blame | history
ggml/examples/mnist/main-mtl.m 499 ●●●●● diff | view | raw | blame | history
ggml/examples/mnist/main.cpp 328 ●●●●● diff | view | raw | blame | history
ggml/examples/mnist/mnist-cnn.py 101 ●●●●● diff | view | raw | blame | history
ggml/examples/mpt/CMakeLists.txt 13 ●●●●● diff | view | raw | blame | history
ggml/examples/mpt/README.md 27 ●●●●● diff | view | raw | blame | history
ggml/examples/mpt/convert-h5-to-ggml.py 169 ●●●●● diff | view | raw | blame | history
ggml/examples/mpt/main.cpp 1042 ●●●●● diff | view | raw | blame | history
ggml/examples/mpt/quantize.cpp 186 ●●●●● diff | view | raw | blame | history
ggml/examples/prompts/dolly-v2.txt 100 ●●●●● diff | view | raw | blame | history
ggml/examples/prompts/gpt-2-chinese.txt 1 ●●●● diff | view | raw | blame | history
ggml/examples/prompts/gpt-2.txt 100 ●●●●● diff | view | raw | blame | history
ggml/examples/prompts/gpt-j.txt 100 ●●●●● diff | view | raw | blame | history
ggml/examples/prompts/gpt-neox-japanese.txt 1 ●●●● diff | view | raw | blame | history
ggml/examples/prompts/gpt-neox.txt 100 ●●●●● diff | view | raw | blame | history
ggml/examples/prompts/polyglot-ko.txt 3 ●●●●● diff | view | raw | blame | history
ggml/examples/prompts/replit.txt 100 ●●●●● diff | view | raw | blame | history
ggml/examples/prompts/starcoder.txt 100 ●●●●● diff | view | raw | blame | history
ggml/examples/prompts/test-cases.txt 110 ●●●●● diff | view | raw | blame | history
ggml/examples/prompts/tokenize_huggingface.py 65 ●●●●● diff | view | raw | blame | history
ggml/examples/prompts/whisper.txt 100 ●●●●● diff | view | raw | blame | history
ggml/examples/python/README.md 115 ●●●●● diff | view | raw | blame | history
ggml/examples/python/api.h 14 ●●●●● diff | view | raw | blame | history
ggml/examples/python/example_add_quant.py 25 ●●●●● diff | view | raw | blame | history
ggml/examples/python/example_test_all_quants.py 68 ●●●●● diff | view | raw | blame | history
ggml/examples/python/ggml/__init__.py 58 ●●●●● diff | view | raw | blame | history
ggml/examples/python/ggml/__init__.pyi 2412 ●●●●● diff | view | raw | blame | history
ggml/examples/python/ggml/cffi.py 11 ●●●●● diff | view | raw | blame | history
ggml/examples/python/ggml/ffi/__init__.pyi 7 ●●●●● diff | view | raw | blame | history
ggml/examples/python/ggml/utils.py 182 ●●●●● diff | view | raw | blame | history
ggml/examples/python/regenerate.py 42 ●●●●● diff | view | raw | blame | history
ggml/examples/python/stubs.py 128 ●●●●● diff | view | raw | blame | history
ggml/examples/python/test_tensor.py 258 ●●●●● diff | view | raw | blame | history
ggml/examples/replit/CMakeLists.txt 13 ●●●●● diff | view | raw | blame | history
ggml/examples/replit/convert-h5-to-ggml.py 117 ●●●●● diff | view | raw | blame | history
ggml/examples/replit/main.cpp 798 ●●●●● diff | view | raw | blame | history
ggml/examples/replit/quantize.cpp 182 ●●●●● diff | view | raw | blame | history
ggml/examples/sam/CMakeLists.txt 13 ●●●●● diff | view | raw | blame | history
ggml/examples/sam/README.md 103 ●●●●● diff | view | raw | blame | history
ggml/examples/sam/convert-pth-to-ggml.py 147 ●●●●● diff | view | raw | blame | history
ggml/examples/sam/example.jpg diff | view | raw | blame | history
ggml/examples/sam/main.cpp 2260 ●●●●● diff | view | raw | blame | history
ggml/examples/starcoder/CMakeLists.txt 24 ●●●●● diff | view | raw | blame | history
ggml/examples/starcoder/README.md 115 ●●●●● diff | view | raw | blame | history
ggml/examples/starcoder/convert-hf-to-ggml.py 208 ●●●●● diff | view | raw | blame | history
ggml/examples/starcoder/main.cpp 924 ●●●●● diff | view | raw | blame | history
ggml/examples/starcoder/quantize.cpp 184 ●●●●● diff | view | raw | blame | history
ggml/examples/stb_image.h 7987 ●●●●● diff | view | raw | blame | history
ggml/examples/stb_image_write.h 1724 ●●●●● diff | view | raw | blame | history
ggml/examples/whisper/CMakeLists.txt 23 ●●●●● diff | view | raw | blame | history
ggml/examples/whisper/README.md 29 ●●●●● diff | view | raw | blame | history
ggml/examples/whisper/convert-pt-to-ggml.py 342 ●●●●● diff | view | raw | blame | history
ggml/examples/whisper/main.cpp 1089 ●●●●● diff | view | raw | blame | history
ggml/examples/whisper/quantize.cpp 223 ●●●●● diff | view | raw | blame | history
ggml/examples/whisper/whisper.cpp 6673 ●●●●● diff | view | raw | blame | history
ggml/examples/whisper/whisper.h 625 ●●●●● diff | view | raw | blame | history
ggml/examples/yolo/CMakeLists.txt 6 ●●●●● diff | view | raw | blame | history
ggml/examples/yolo/README.md 52 ●●●●● diff | view | raw | blame | history
ggml/examples/yolo/convert-yolov3-tiny.py 53 ●●●●● diff | view | raw | blame | history
ggml/examples/yolo/data/coco.names 80 ●●●●● diff | view | raw | blame | history
ggml/examples/yolo/data/labels/100_0.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/100_1.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/100_2.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/100_3.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/100_4.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/100_5.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/100_6.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/100_7.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/101_0.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/101_1.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/101_2.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/101_3.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/101_4.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/101_5.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/101_6.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/101_7.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/102_0.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/102_1.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/102_2.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/102_3.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/102_4.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/102_5.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/102_6.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/102_7.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/103_0.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/103_1.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/103_2.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/103_3.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/103_4.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/103_5.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/103_6.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/103_7.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/104_0.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/104_1.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/104_2.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/104_3.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/104_4.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/104_5.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/104_6.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/104_7.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/105_0.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/105_1.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/105_2.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/105_3.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/105_4.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/105_5.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/105_6.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/105_7.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/106_0.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/106_1.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/106_2.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/106_3.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/106_4.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/106_5.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/106_6.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/106_7.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/107_0.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/107_1.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/107_2.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/107_3.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/107_4.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/107_5.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/107_6.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/107_7.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/108_0.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/108_1.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/108_2.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/108_3.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/108_4.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/108_5.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/108_6.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/108_7.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/109_0.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/109_1.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/109_2.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/109_3.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/109_4.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/109_5.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/109_6.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/109_7.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/110_0.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/110_1.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/110_2.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/110_3.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/110_4.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/110_5.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/110_6.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/110_7.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/111_0.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/111_1.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/111_2.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/111_3.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/111_4.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/111_5.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/111_6.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/111_7.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/112_0.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/112_1.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/112_2.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/112_3.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/112_4.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/112_5.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/112_6.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/112_7.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/113_0.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/113_1.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/113_2.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/113_3.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/113_4.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/113_5.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/113_6.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/113_7.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/114_0.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/114_1.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/114_2.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/114_3.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/114_4.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/114_5.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/114_6.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/114_7.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/115_0.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/115_1.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/115_2.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/115_3.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/115_4.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/115_5.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/115_6.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/115_7.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/116_0.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/116_1.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/116_2.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/116_3.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/116_4.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/116_5.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/116_6.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/116_7.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/117_0.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/117_1.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/117_2.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/117_3.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/117_4.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/117_5.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/117_6.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/117_7.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/118_0.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/118_1.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/118_2.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/118_3.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/118_4.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/118_5.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/118_6.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/118_7.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/119_0.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/119_1.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/119_2.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/119_3.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/119_4.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/119_5.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/119_6.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/119_7.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/120_0.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/120_1.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/120_2.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/120_3.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/120_4.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/120_5.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/120_6.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/120_7.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/121_0.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/121_1.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/121_2.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/121_3.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/121_4.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/121_5.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/121_6.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/121_7.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/122_0.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/122_1.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/122_2.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/122_3.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/122_4.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/122_5.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/122_6.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/122_7.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/123_0.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/123_1.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/123_2.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/123_3.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/123_4.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/123_5.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/123_6.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/123_7.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/124_0.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/124_1.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/124_2.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/124_3.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/124_4.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/124_5.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/124_6.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/124_7.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/125_0.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/125_1.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/125_2.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/125_3.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/125_4.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/125_5.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/125_6.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/125_7.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/126_0.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/126_1.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/126_2.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/126_3.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/126_4.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/126_5.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/126_6.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/126_7.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/32_0.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/32_1.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/32_2.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/32_3.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/32_4.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/32_5.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/32_6.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/32_7.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/33_0.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/33_1.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/33_2.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/33_3.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/33_4.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/33_5.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/33_6.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/33_7.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/34_0.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/34_1.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/34_2.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/34_3.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/34_4.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/34_5.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/34_6.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/34_7.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/35_0.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/35_1.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/35_2.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/35_3.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/35_4.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/35_5.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/35_6.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/35_7.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/36_0.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/36_1.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/36_2.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/36_3.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/36_4.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/36_5.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/36_6.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/36_7.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/37_0.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/37_1.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/37_2.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/37_3.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/37_4.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/37_5.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/37_6.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/37_7.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/38_0.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/38_1.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/38_2.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/38_3.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/38_4.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/38_5.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/38_6.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/38_7.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/39_0.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/39_1.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/39_2.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/39_3.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/39_4.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/39_5.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/39_6.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/39_7.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/40_0.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/40_1.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/40_2.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/40_3.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/40_4.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/40_5.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/40_6.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/40_7.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/41_0.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/41_1.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/41_2.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/41_3.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/41_4.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/41_5.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/41_6.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/41_7.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/42_0.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/42_1.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/42_2.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/42_3.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/42_4.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/42_5.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/42_6.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/42_7.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/43_0.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/43_1.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/43_2.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/43_3.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/43_4.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/43_5.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/43_6.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/43_7.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/44_0.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/44_1.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/44_2.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/44_3.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/44_4.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/44_5.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/44_6.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/44_7.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/45_0.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/45_1.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/45_2.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/45_3.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/45_4.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/45_5.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/45_6.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/45_7.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/46_0.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/46_1.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/46_2.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/46_3.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/46_4.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/46_5.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/46_6.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/46_7.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/47_0.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/47_1.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/47_2.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/47_3.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/47_4.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/47_5.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/47_6.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/47_7.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/48_0.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/48_1.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/48_2.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/48_3.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/48_4.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/48_5.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/48_6.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/48_7.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/49_0.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/49_1.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/49_2.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/49_3.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/49_4.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/49_5.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/49_6.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/49_7.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/50_0.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/50_1.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/50_2.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/50_3.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/50_4.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/50_5.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/50_6.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/50_7.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/51_0.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/51_1.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/51_2.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/51_3.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/51_4.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/51_5.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/51_6.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/51_7.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/52_0.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/52_1.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/52_2.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/52_3.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/52_4.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/52_5.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/52_6.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/52_7.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/53_0.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/53_1.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/53_2.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/53_3.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/53_4.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/53_5.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/53_6.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/53_7.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/54_0.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/54_1.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/54_2.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/54_3.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/54_4.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/54_5.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/54_6.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/54_7.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/55_0.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/55_1.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/55_2.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/55_3.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/55_4.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/55_5.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/55_6.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/55_7.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/56_0.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/56_1.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/56_2.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/56_3.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/56_4.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/56_5.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/56_6.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/56_7.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/57_0.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/57_1.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/57_2.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/57_3.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/57_4.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/57_5.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/57_6.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/57_7.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/58_0.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/58_1.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/58_2.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/58_3.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/58_4.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/58_5.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/58_6.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/58_7.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/59_0.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/59_1.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/59_2.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/59_3.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/59_4.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/59_5.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/59_6.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/59_7.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/60_0.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/60_1.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/60_2.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/60_3.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/60_4.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/60_5.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/60_6.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/60_7.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/61_0.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/61_1.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/61_2.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/61_3.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/61_4.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/61_5.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/61_6.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/61_7.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/62_0.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/62_1.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/62_2.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/62_3.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/62_4.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/62_5.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/62_6.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/62_7.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/63_0.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/63_1.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/63_2.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/63_3.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/63_4.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/63_5.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/63_6.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/63_7.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/64_0.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/64_1.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/64_2.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/64_3.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/64_4.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/64_5.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/64_6.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/64_7.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/65_0.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/65_1.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/65_2.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/65_3.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/65_4.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/65_5.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/65_6.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/65_7.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/66_0.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/66_1.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/66_2.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/66_3.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/66_4.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/66_5.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/66_6.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/66_7.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/67_0.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/67_1.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/67_2.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/67_3.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/67_4.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/67_5.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/67_6.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/67_7.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/68_0.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/68_1.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/68_2.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/68_3.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/68_4.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/68_5.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/68_6.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/68_7.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/69_0.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/69_1.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/69_2.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/69_3.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/69_4.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/69_5.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/69_6.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/69_7.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/70_0.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/70_1.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/70_2.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/70_3.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/70_4.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/70_5.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/70_6.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/70_7.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/71_0.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/71_1.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/71_2.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/71_3.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/71_4.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/71_5.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/71_6.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/71_7.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/72_0.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/72_1.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/72_2.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/72_3.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/72_4.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/72_5.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/72_6.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/72_7.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/73_0.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/73_1.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/73_2.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/73_3.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/73_4.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/73_5.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/73_6.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/73_7.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/74_0.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/74_1.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/74_2.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/74_3.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/74_4.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/74_5.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/74_6.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/74_7.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/75_0.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/75_1.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/75_2.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/75_3.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/75_4.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/75_5.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/75_6.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/75_7.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/76_0.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/76_1.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/76_2.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/76_3.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/76_4.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/76_5.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/76_6.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/76_7.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/77_0.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/77_1.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/77_2.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/77_3.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/77_4.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/77_5.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/77_6.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/77_7.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/78_0.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/78_1.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/78_2.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/78_3.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/78_4.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/78_5.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/78_6.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/78_7.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/79_0.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/79_1.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/79_2.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/79_3.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/79_4.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/79_5.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/79_6.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/79_7.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/80_0.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/80_1.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/80_2.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/80_3.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/80_4.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/80_5.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/80_6.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/80_7.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/81_0.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/81_1.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/81_2.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/81_3.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/81_4.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/81_5.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/81_6.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/81_7.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/82_0.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/82_1.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/82_2.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/82_3.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/82_4.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/82_5.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/82_6.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/82_7.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/83_0.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/83_1.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/83_2.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/83_3.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/83_4.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/83_5.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/83_6.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/83_7.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/84_0.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/84_1.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/84_2.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/84_3.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/84_4.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/84_5.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/84_6.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/84_7.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/85_0.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/85_1.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/85_2.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/85_3.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/85_4.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/85_5.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/85_6.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/85_7.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/86_0.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/86_1.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/86_2.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/86_3.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/86_4.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/86_5.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/86_6.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/86_7.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/87_0.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/87_1.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/87_2.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/87_3.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/87_4.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/87_5.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/87_6.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/87_7.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/88_0.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/88_1.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/88_2.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/88_3.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/88_4.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/88_5.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/88_6.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/88_7.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/89_0.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/89_1.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/89_2.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/89_3.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/89_4.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/89_5.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/89_6.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/89_7.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/90_0.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/90_1.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/90_2.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/90_3.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/90_4.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/90_5.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/90_6.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/90_7.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/91_0.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/91_1.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/91_2.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/91_3.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/91_4.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/91_5.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/91_6.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/91_7.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/92_0.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/92_1.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/92_2.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/92_3.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/92_4.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/92_5.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/92_6.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/92_7.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/93_0.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/93_1.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/93_2.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/93_3.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/93_4.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/93_5.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/93_6.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/93_7.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/94_0.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/94_1.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/94_2.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/94_3.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/94_4.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/94_5.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/94_6.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/94_7.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/95_0.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/95_1.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/95_2.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/95_3.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/95_4.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/95_5.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/95_6.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/95_7.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/96_0.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/96_1.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/96_2.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/96_3.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/96_4.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/96_5.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/96_6.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/96_7.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/97_0.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/97_1.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/97_2.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/97_3.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/97_4.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/97_5.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/97_6.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/97_7.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/98_0.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/98_1.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/98_2.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/98_3.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/98_4.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/98_5.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/98_6.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/98_7.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/99_0.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/99_1.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/99_2.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/99_3.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/99_4.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/99_5.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/99_6.png diff | view | raw | blame | history
ggml/examples/yolo/data/labels/99_7.png diff | view | raw | blame | history
ggml/examples/yolo/yolo-image.cpp 210 ●●●●● diff | view | raw | blame | history
ggml/examples/yolo/yolo-image.h 39 ●●●●● diff | view | raw | blame | history
ggml/examples/yolo/yolov3-tiny.cpp 525 ●●●●● diff | view | raw | blame | history
ggml/ggml.pc.in 10 ●●●●● diff | view | raw | blame | history
ggml/include/ggml/ggml-alloc.h 94 ●●●●● diff | view | raw | blame | history
ggml/include/ggml/ggml-backend.h 198 ●●●●● diff | view | raw | blame | history
ggml/include/ggml/ggml.h 2259 ●●●●● diff | view | raw | blame | history
ggml/requirements.txt 8 ●●●●● diff | view | raw | blame | history
ggml/scripts/sync-llama-am.sh 155 ●●●●● diff | view | raw | blame | history
ggml/scripts/sync-llama.last 1 ●●●● diff | view | raw | blame | history
ggml/scripts/sync-llama.sh 27 ●●●●● diff | view | raw | blame | history
ggml/scripts/sync-whisper-am.sh 165 ●●●●● diff | view | raw | blame | history
ggml/scripts/sync-whisper.last 1 ●●●● diff | view | raw | blame | history
ggml/scripts/sync-whisper.sh 32 ●●●●● diff | view | raw | blame | history
ggml/src/CMakeLists.txt 411 ●●●●● diff | view | raw | blame | history
ggml/src/ggml-alloc.c 832 ●●●●● diff | view | raw | blame | history
ggml/src/ggml-backend-impl.h 116 ●●●●● diff | view | raw | blame | history
ggml/src/ggml-backend.c 1678 ●●●●● diff | view | raw | blame | history
ggml/src/ggml-cuda.cu 11031 ●●●●● diff | view | raw | blame | history
ggml/src/ggml-cuda.h 52 ●●●●● diff | view | raw | blame | history
ggml/src/ggml-impl.h 246 ●●●●● diff | view | raw | blame | history
ggml/src/ggml-metal.h 64 ●●●●● diff | view | raw | blame | history
ggml/src/ggml-metal.m 2640 ●●●●● diff | view | raw | blame | history
ggml/src/ggml-metal.metal 5820 ●●●●● diff | view | raw | blame | history
ggml/src/ggml-opencl.cpp 2204 ●●●●● diff | view | raw | blame | history
ggml/src/ggml-opencl.h 35 ●●●●● diff | view | raw | blame | history
ggml/src/ggml-quants.c 7732 ●●●●● diff | view | raw | blame | history
ggml/src/ggml-quants.h 248 ●●●●● diff | view | raw | blame | history
ggml/src/ggml.c 20026 ●●●●● diff | view | raw | blame | history
ggml/tests/CMakeLists.txt 414 ●●●●● diff | view | raw | blame | history
ggml/tests/test-backend-buffer.cpp 84 ●●●●● diff | view | raw | blame | history
ggml/tests/test-backend-ops.cpp 1757 ●●●●● diff | view | raw | blame | history
ggml/tests/test-blas0.c 269 ●●●●● diff | view | raw | blame | history
ggml/tests/test-conv-transpose.c 247 ●●●●● diff | view | raw | blame | history
ggml/tests/test-conv1d.cpp 303 ●●●●● diff | view | raw | blame | history
ggml/tests/test-conv2d.cpp 405 ●●●●● diff | view | raw | blame | history
ggml/tests/test-customop.c 226 ●●●●● diff | view | raw | blame | history
ggml/tests/test-dup.c 110 ●●●●● diff | view | raw | blame | history
ggml/tests/test-grad0.cpp 1606 ●●●●● diff | view | raw | blame | history
ggml/tests/test-mul-mat.cpp 369 ●●●●● diff | view | raw | blame | history
ggml/tests/test-mul-mat0.c 336 ●●●●● diff | view | raw | blame | history
ggml/tests/test-mul-mat1.c 312 ●●●●● diff | view | raw | blame | history
ggml/tests/test-mul-mat2.c 2585 ●●●●● diff | view | raw | blame | history
ggml/tests/test-opt.cpp 181 ●●●●● diff | view | raw | blame | history
ggml/tests/test-pool.c 147 ●●●●● diff | view | raw | blame | history
ggml/tests/test-quantize-fns.cpp 179 ●●●●● diff | view | raw | blame | history
ggml/tests/test-quantize-perf.cpp 361 ●●●●● diff | view | raw | blame | history
ggml/tests/test-rel-pos.c 86 ●●●●● diff | view | raw | blame | history
ggml/tests/test-svd0.c 218 ●●●●● diff | view | raw | blame | history
ggml/tests/test-vec0.c 133 ●●●●● diff | view | raw | blame | history
ggml/tests/test-vec1.c 576 ●●●●● diff | view | raw | blame | history
ggml/tests/test-vec2.c 268 ●●●●● diff | view | raw | blame | history
ggml/tests/test-xpos.c 94 ●●●●● diff | view | raw | blame | history
ggml/tests/test0.c 42 ●●●●● diff | view | raw | blame | history
ggml/tests/test0.zig 41 ●●●●● diff | view | raw | blame | history
ggml/tests/test1.c 458 ●●●●● diff | view | raw | blame | history
ggml/tests/test1.zig 459 ●●●●● diff | view | raw | blame | history
ggml/tests/test2.c 181 ●●●●● diff | view | raw | blame | history
ggml/tests/test2.zig 165 ●●●●● diff | view | raw | blame | history
ggml/tests/test3.c 95 ●●●●● diff | view | raw | blame | history
ggml/tests/test3.zig 102 ●●●●● diff | view | raw | blame | history
ggml_extend.hpp 1238 ●●●●● diff | view | raw | blame | history
lora.hpp 159 ●●●●● diff | view | raw | blame | history
model.cpp 1599 ●●●●● diff | view | raw | blame | history
model.h 154 ●●●●● diff | view | raw | blame | history
preprocessing.hpp 227 ●●●●● diff | view | raw | blame | history
rng.hpp 35 ●●●●● diff | view | raw | blame | history
rng_philox.hpp 125 ●●●●● diff | view | raw | blame | history
stable-diffusion.cpp 1755 ●●●●● diff | view | raw | blame | history
stable-diffusion.h 181 ●●●●● diff | view | raw | blame | history
tae.hpp 259 ●●●●● diff | view | raw | blame | history
thirdparty/CMakeLists.txt 3 ●●●●● diff | view | raw | blame | history
thirdparty/README.md 2 ●●●●● diff | view | raw | blame | history
thirdparty/json.hpp 24596 ●●●●● diff | view | raw | blame | history
thirdparty/miniz.h 10130 ●●●●● diff | view | raw | blame | history
thirdparty/stb_image.h 7987 ●●●●● diff | view | raw | blame | history
thirdparty/stb_image_write.h 1741 ●●●●● diff | view | raw | blame | history
thirdparty/zip.c 1836 ●●●●● diff | view | raw | blame | history
thirdparty/zip.h 509 ●●●●● diff | view | raw | blame | history
unet.hpp 665 ●●●●● diff | view | raw | blame | history
upscaler.cpp 123 ●●●●● diff | view | raw | blame | history
util.cpp 462 ●●●●● diff | view | raw | blame | history
util.h 53 ●●●●● diff | view | raw | blame | history
vae.hpp 613 ●●●●● diff | view | raw | blame | history
vocab.hpp 524621 ●●●●● diff | view | raw | blame | history