Альберт Иванов
Альберт Иванов
  • Видео 154
  • Просмотров 132 274
vulkan on raspberry pi 4b bullseye aarch64 - samples tests
how to install vulkan on bullseye aarch64:
qengineering.eu/install-vulkan-on-raspberry-pi.html
but missed some libs on link above.
additional libs should be installed:
sascha willems wont work. may be it need sdk to be installed.
so use this examples:
github.com/KhronosGroup/Vulkan-Samples/blob/main/docs/build.adoc#linux
Просмотров: 19

Видео

yolov11.mnn vs yolov11.onnx speed comparison on raspberry pi4b
Просмотров 207 часов назад
export to mnn, onnx - docs.ultralytics.com/integrations/mnn/#how-do-i-export-ultralytics-yolo11-models-to-mnn-format mnn install on raspberry - qengineering.eu/install-mnn-on-raspberry-pi-4.html *now its possible - pip install mnn opencl not building on pi4 - github.com/doe300/VC4CL (only pi 3 - qengineering.eu/install-opencl-on-raspberry-pi-3.html)
RMBG 2.0 - background remove model - test on raspberry pi 4b
Просмотров 129 часов назад
huggingface.co/briaai/RMBG-2.0
ruadapt_qwen2.5_3B test on raspberry pi 4b 8gb raspbian bullseye
Просмотров 9121 день назад
./build/bin/llama-cli -m models/Q4_K_M.gguf -co -cnv -p "You are Qwen, created by Alibaba Cloud. You are a helpful assistant." -fa -ngl 80 -n 512 -t 0.1 выводы: - в большинстве случаев модель выдает правильные развернутые ответы. - иногда допускает грубейшие фактические ошибки - например, о том, что СССР воевал в начале Второй мировой войны на стороне Германии, а потом против. - скорость генера...
ruadapt_qwen2.5_3B test on luckfox 3566 ubuntu 24.04
Просмотров 8821 день назад
- luckfox 3566 4GB RAM 32Gb emmc - wiki.luckfox.com/Core3566/ - ubuntu 20.04 was updated to 24.04 - llama.cpp built - github.com/ggerganov/llama.cpp/blob/8f275a7c4593aa34147595a90282cf950a853690/docs/build.md#l4 - model rus-rus quantized - huggingface.co/RefalMachine/ruadapt_qwen2.5_3B_ext_u48_instruct_v4_gguf/tree/main ./build/bin/llama-cli -m models/Q4_K_M.gguf -co -cnv -p "You are Qwen, crea...
Mini-Omni2 test on cpu i5-10400 (no cuda)
Просмотров 88Месяц назад
model speech(or/and image)-to-text. -вопрос можно задать на русском в том числе, ответ всегда на английской. -речь на выходе real-time заикается, разработчики пишут, что это связано с моделью, которая в float32. - готовый аудиофайл в wav без заиканий. github.com/gpt-omni/mini-omni2
yolon11.pt vs yolon11.onnx (imgsz=dynamic) vs yolon11 (imgsz=256) on raspberry pi 4b
Просмотров 31Месяц назад
1400ms - yolo11n.pt 640x640 726ms - yolo11n.onnx imgsz=dynamic int8 333ms - yolo11n.onnx imgsz=256 int8
stable diffusion mojo vs stable diffusion onnx inference tests
Просмотров 56Месяц назад
python3 text-to-image.py prompt 'realistic futuristic city-downtown with short buildings, sunset' negative-prompt 'lowres, blurry' output city.jpg mojo text-to-image.🔥 seed 7 num-steps 25 prompt "realistic futuristic city-downtown with short buildings, sunset" negative-prompt "lowres, blurry" inference time: - onnx - 2 min 30sec - mojo - 2 min 36sec strange results. mojo should be faster ) how ...
together.ai api test (meta-llama/Llama-3.2-11B-Vision-Instruct-Turbo - image-to-text multi-modal)
Просмотров 49Месяц назад
test with local image submitting. *problem with images with size exceed 1Mb - dont forget to resize. api.together.ai/
mojo(fast python) on raspberry pi - install and some tests
Просмотров 51Месяц назад
*medium.com/coinmonks/how-to-install-mojo-on-linux-9151f9afc1e3 sudo curl get.modular.com | MODULAR_AUTH=mut_B9A2265c00574f2a9ca86beba502de62 sh - modular install mojo mojo examples: github.com/svpino/mojo
how to convert craft-text-detector .pt model to .onnx model
Просмотров 24Месяц назад
using github.com/k9ele7en/ONNX-TensorRT-Inference-CRAFT-pytorch/tree/main we add some code to convert.
craft-text-detector onnx inference on raspberry pi 4b
Просмотров 45Месяц назад
github.com/k9ele7en/ONNX-TensorRT-Inference-CRAFT-pytorch/tree/main standard time (no refine-net included) - 32 sec onnx (no refine-net included) - 19 sec
whisper vs whisper-cpp vs whisper-jax vs vosk on raspberry pi 4b
Просмотров 67Месяц назад
smallest models comparison with rus-eng text
аудио с таджикского в текст с помощью vosk на raspberry pi4b
Просмотров 66Месяц назад
аудио вырезано из фрагмента ролика - ruclips.net/video/-SzSWd9GFVo/видео.html так как, кроме песен, сложно что-то найти на таджикском. несмотря на то, что была использована основная модель (не small) результат получился странный. alphacephei.com/vosk/models
HLK-LD2450 test on raspberry pi 4 uart
Просмотров 108Месяц назад
HLK-LD2450 test on raspberry pi 4 uart
yolov9-t-onnx - test on raspberry pi 4b
Просмотров 632 месяца назад
yolov9-t-onnx - test on raspberry pi 4b
llava-v1.5-7b-4096-preview from groq - test on raspberry pi 4b
Просмотров 1462 месяца назад
llava-v1.5-7b-4096-preview from groq - test on raspberry pi 4b
saiga_llama3_8b_gguf - test models q2 and q4 on raspberry pi 4b
Просмотров 432 месяца назад
saiga_llama3_8b_gguf - test models q2 and q4 on raspberry pi 4b
mini-omni (Real-time speech-to-speech) test on raspberry pi 4b 8Gb RAM - very slow
Просмотров 2132 месяца назад
mini-omni (Real-time speech-to-speech) test on raspberry pi 4b 8Gb RAM - very slow
trocr-base-onnx rus test on cpu
Просмотров 743 месяца назад
trocr-base-onnx rus test on cpu
prometheus+grafana - monitoring windows and linux PCs from raspberry pi 4b
Просмотров 763 месяца назад
prometheus grafana - monitoring windows and linux PCs from raspberry pi 4b
FLUX:SOTA (shnell) test on RTX 3060 12Gb
Просмотров 3263 месяца назад
FLUX:SOTA (shnell) test on RTX 3060 12Gb
whisper_cpp (speech-to-text) test on raspberry 5b
Просмотров 553 месяца назад
whisper_cpp (speech-to-text) test on raspberry 5b
llama-cpp Q4_K_M model on raspberry pi 5b 4Gb - speed test
Просмотров 1213 месяца назад
llama-cpp Q4_K_M model on raspberry pi 5b 4Gb - speed test
yolov8 edge tpu model on raspberry pi 5b speed and accuracy test
Просмотров 1183 месяца назад
yolov8 edge tpu model on raspberry pi 5b speed and accuracy test
google coral edge tpu m.2 on raspberry 5b waveshare nwme hat
Просмотров 983 месяца назад
google coral edge tpu m.2 on raspberry 5b waveshare nwme hat
picamera2 in pyenv with python3.9 on raspberry pi5 bookworm
Просмотров 983 месяца назад
picamera2 in pyenv with python3.9 on raspberry pi5 bookworm
monodepth (midas) on cpu and NCS 2(MYRIAD) on raspberry pi 4b
Просмотров 374 месяца назад
monodepth (midas) on cpu and NCS 2(MYRIAD) on raspberry pi 4b
arducam64mp - Failed to allocate buffers: Cannot allocate memory - fix the error
Просмотров 1744 месяца назад
arducam64mp - Failed to allocate buffers: Cannot allocate memory - fix the error
how to install Intel® Neural Compute Stick 2 on Raspbian x64 with openvino
Просмотров 1134 месяца назад
how to install Intel® Neural Compute Stick 2 on Raspbian x64 with openvino

Комментарии

  • @adrianau4246
    @adrianau4246 7 часов назад

    I cannot find this place to change it ..

  • @alexanderjsjd
    @alexanderjsjd 2 дня назад

    Hey , can you help me please? Because i don't search driver for this lCD display😢

  • @Xio-kr9nt
    @Xio-kr9nt 3 дня назад

    3.0.1 👍

  • @ayrisgames
    @ayrisgames 6 дней назад

    Can you write an explanation for Mac users? How can we change it?

  • @HunterX-666
    @HunterX-666 8 дней назад

    Thanks boss❤

  • @boudaoudpipo9597
    @boudaoudpipo9597 9 дней назад

    Nice bro Do you recommend that I use Mojo in my raspberry pi 5 ?

  • @thealexdfheianryu6069
    @thealexdfheianryu6069 12 дней назад

    What about in 3.0.1?

  • @wayneout
    @wayneout 12 дней назад

    I used pinokio, I don't know where to find the content.py file. With pinokio open, I can "see files" but I can't change it. How would I change it? Thanks

  • @Anirudhagedam27
    @Anirudhagedam27 12 дней назад

    Worked for me

  • @martinkollar1488
    @martinkollar1488 12 дней назад

    3.0.0 works, thank you

  • @ulauoft
    @ulauoft 20 дней назад

    03.11.2024 works with 3.01, thank you for that great tip!!!

    • @LuizMoraes-fn5ir
      @LuizMoraes-fn5ir 13 дней назад

      not work in my 3.0.1 😭

    • @ulauoft
      @ulauoft 9 дней назад

      @@LuizMoraes-fn5ir what problem did you have?

    • @EdwinPouwel
      @EdwinPouwel 4 дня назад

      @@ulauoft I also use version 3.0.1 but I still have the blur picture. What did you do to remove it? I changed the value from 0.8 to 1.0, but no result.

  • @andr09-g7f
    @andr09-g7f 22 дня назад

    3.0.1 still works 😂

    • @adrianau4246
      @adrianau4246 7 часов назад

      Where can I find the setting to change it this vid is confusing

    • @andr09-g7f
      @andr09-g7f 7 часов назад

      @ I used video for settings

  • @koipoi8111
    @koipoi8111 22 дня назад

    Hi as a mac user how does one even access this file to change the code?

  • @markuz-gk8re
    @markuz-gk8re 23 дня назад

    3.0.1 working

    • @EdwinPouwel
      @EdwinPouwel 4 дня назад

      What did you do to get it to work? I changed the value to 1.0 but the blurry picture stays. Need some help.

  • @user-ri1iv5fz6e
    @user-ri1iv5fz6e 23 дня назад

    👍

  • @FreeRadical3001
    @FreeRadical3001 24 дня назад

    10/31/2024 still works for 3.0.1 After I saved the change, I had to fully close program and then re-open. When I did that, "poof", the blur was gone :-D

    • @adrianau4246
      @adrianau4246 9 часов назад

      Where do I go to change this setting ?

  • @AzikKhakimovich
    @AzikKhakimovich 24 дня назад

    Тоже такая проблема. Зарядное устройство всё родное но начал часто перезагружаться. Что можно сделать, подскажите пожалуйста

    • @АльбертИванов-ц4х
      @АльбертИванов-ц4х 24 дня назад

      @AzikKhakimovich снять крышку и приклеить радиатор от raspberry pi на то , что греется.

  • @LeonardoGanzerli
    @LeonardoGanzerli 25 дней назад

    do you have a tool to translate the text? I would like to translate the game into Italian (google translation) у вас есть инструмент для перевода текста? Я хотел бы перевести игру на итальянский язык.

  • @Edprodd
    @Edprodd 27 дней назад

    27-10-2024 Jala perfecto Probability limit = 1.00

  • @thatboyp444
    @thatboyp444 27 дней назад

    w, thank you

  • @lucianorodriguez7726
    @lucianorodriguez7726 Месяц назад

    Remember to stop and re run facefusion

  • @ddd7007
    @ddd7007 Месяц назад

    hi sir, im wondering how do you remove the sfw filter in roop unleashed?

  • @spkoftdvl
    @spkoftdvl Месяц назад

    16/10/2024 still working on FaceFusion 3.0.0. thanks!

    • @fkri-n8v
      @fkri-n8v 26 дней назад

      are you sure bro?

  • @КонстантинОнчуков-т4я

    Здравствуйте есть какой то у вас контакт для связи? Есть проект именно по маппингу. Можете помочь или подсказать?

  • @gabrielramos
    @gabrielramos Месяц назад

    working in 3.0 thanks

  • @Mike-jj8nq
    @Mike-jj8nq Месяц назад

    does it work for the new 3.0 version

    • @Turbulent2000
      @Turbulent2000 Месяц назад

      yes, works like a charm

    • @francoismarousez647
      @francoismarousez647 Месяц назад

      Not for me …

    • @Turbulent2000
      @Turbulent2000 Месяц назад

      @@francoismarousez647try to completely delete the whole pinokio folder and reinstall it with the latest cuda. That worked for me. But in my opinion the 2.6 version of the app is better than the latest one. No need to change. I would roll it back, tbh.

    • @EdwinPouwel
      @EdwinPouwel 4 дня назад

      @@Turbulent2000 can you let me know what you did? Or can you send me a copy of your content_analyzer file to see if this solves my problem?

    • @Turbulent2000
      @Turbulent2000 3 дня назад

      @ I’ll share you a copy a bit later, when I’m home

  • @Pet-l8w
    @Pet-l8w Месяц назад

    its not working

  • @tokhenz
    @tokhenz Месяц назад

    working on 3.0.0 as of 25/9/2024

  • @EchoesWeaved
    @EchoesWeaved Месяц назад

    Does anyone know how to bypass on 3.0?

  • @madnessroyalty8224
    @madnessroyalty8224 2 месяца назад

    3.0.0 is working, thanks

    • @physobornsicx
      @physobornsicx 2 месяца назад

      how it could be on Mac??

    • @madnessroyalty8224
      @madnessroyalty8224 2 месяца назад

      @@physobornsicx idk, I’m on the windows

    • @physobornsicx
      @physobornsicx 2 месяца назад

      @@madnessroyalty8224 真羨慕你,感謝回覆,兄弟

  • @bennyxx90
    @bennyxx90 2 месяца назад

    Still works on 3.0.0

    • @ilanchico8375
      @ilanchico8375 Месяц назад

      I changed it but now the faces don't swap... Do you know how to make it work? I'm on 3.0

    • @ShawnHaning
      @ShawnHaning Месяц назад

      @@ilanchico8375 check that you followed the instructions carefully and correctly. I found the file, edited in VB Studio to comment out the 0.8 line and add the 1.00 line and it's working for me in 3.0

    • @bujin5455
      @bujin5455 Месяц назад

      @@ilanchico8375 it does work, but it's a bit flaky. A better approach is to go down to the actual valuation line and set it to always return false. Search for: return probability > PROBABILITY_LIMIT and change to: return False #probability > PROBABILITY_LIMIT

    • @spkoftdvl
      @spkoftdvl Месяц назад

      @@ilanchico8375 You did something wrong, I change it and works fine!

  • @goron-jo3oj
    @goron-jo3oj 2 месяца назад

    2.6.1 stil working

  • @Edos-s1y
    @Edos-s1y 2 месяца назад

    Funciona?

  • @alimohsen7071
    @alimohsen7071 2 месяца назад

    Thanks for this video . Can i contact you on telegram please

  • @alimohsen7071
    @alimohsen7071 2 месяца назад

    Hello sir, thank you for this explanation. Can I contact you privately, please?

  • @jamesbaker5136
    @jamesbaker5136 2 месяца назад

    Great video! Thank you! What is the inference time you are seeing for a single image?

  • @phitran514
    @phitran514 2 месяца назад

    hey man, after i put all the files into their respective folders and ran the program, it gives the error "no module named 'libcamera._libcamera' ", any ideas why?

  • @Mike-jj8nq
    @Mike-jj8nq 2 месяца назад

    I'm confused.....In the video, it does not look like you changed the probability limit numbers at all

    • @hmm-m
      @hmm-m 2 месяца назад

      What's so confusing? He did it before making the film so he had it 1.0

    • @spkoftdvl
      @spkoftdvl Месяц назад

      Because he already change it, is not that hard to figure out, kid.

  • @JoaoVitor-zz2zl
    @JoaoVitor-zz2zl 2 месяца назад

    thanks!!

  • @mohithossainhossain
    @mohithossainhossain 2 месяца назад

    thank you boss, its still working on 2.6.1

    • @Wyndex
      @Wyndex 2 месяца назад

      weird i cant seem to get this to work

  • @mohithossainhossain
    @mohithossainhossain 2 месяца назад

    Thank you boss, its working still working on 2.6.1

  • @saidahmadbadalmetov3100
    @saidahmadbadalmetov3100 2 месяца назад

    У меня тоже самое, не рекомендую для покупки

  • @heiko287
    @heiko287 3 месяца назад

    how did u install pytorch in raspi? mine is not working it is showing illegal instruction. my os is bookworm debian. SHould i transfer to ubuntu to make it work?

  • @lobo5727
    @lobo5727 3 месяца назад

    May I know how many ram and cpu has cm4? Will it work on 4b model?

  • @comandantechi4392
    @comandantechi4392 3 месяца назад

    Thank you for your video! I encountered the same issue with the incompatibility of libcamera. Could you please explain this part in more detail? "copy libs of libcamera from /usr/lib/aarch64-linux-gnu (Bullseye) to /usr/lib/aarch64-linux-gnu " Are you copying the libcamera files into the same directory they were originally located in?

  • @JoseMiguelOrtolaTello
    @JoseMiguelOrtolaTello 3 месяца назад

    Gracias, funciona perfectamente en la versión 2.6.1. Ya lo tengo trabajando sin censura!!!

  • @maik7604
    @maik7604 3 месяца назад

    Gracias, me ha funcionado

  • @rafaelgehrke9206
    @rafaelgehrke9206 3 месяца назад

    Thank you for making this video! It is hard to find data about how long it takes to run based on different hardwares, do you happen to have any resources?

  • @kristiangulaker1311
    @kristiangulaker1311 4 месяца назад

    Is this the time spent both for inference and writing the output image, or only inference?

  • @SamS-h4u
    @SamS-h4u 4 месяца назад

    2.6.1 doesn't work