Альберт Иванов
Альберт Иванов
  • 126
  • 103 947

Video

arducam64mp - Failed to allocate buffers: Cannot allocate memory - fix the error
zhlédnutí 75Před měsícem
arducam64mp cant capture at full resolution with picamera2. even with libcamera the error persists. so there is a solution provided. see also: forum.arducam.com/t/unable-to-request-2-buffers-cannot-allocate-memory-with-2-64mp-cameras/6143/15 sudo nano /boot/cmdline.txt add at the end: alloc_in_cma_threshold=16 sudo nano /boot/config.txt change: dtoverlay=vc4-kms-v3d to: dtoverlay=vc4-kms-v3d,cm...
how to install Intel® Neural Compute Stick 2 on Raspbian x64 with openvino
zhlédnutí 38Před měsícem
main guide: docs.openvino.ai/2022.3/openvino_docs_install_guides_installing_openvino_raspbian.html python 3.9 the last version supported at the moment. mkdir intel && cd intel wget storage.openvinotoolkit.org/repositories/openvino/packages/2022.3.2/linux/l_openvino_toolkit_debian9_2022.3.2.9279.e2c7e4d7b4d_arm64.tgz -O openvino_2022.3.2.tgz sudo tar -xf openvino_2022.3.0.tgz mv l_openvino_toolk...
не работает вывод звука на наушники (jack) на raspberry pi - чиним
zhlédnutí 3Před měsícem
не работает вывод звука на наушники (jack) на raspberry pi - чиним
face_detector dlib python vs mediapipe face_detector python
zhlédnutí 38Před měsícem
speed tests face detectors on live stream github.com/zoldaten/dlib_and_mediapipe
EAST_text_detection tflite model speed test on raspberry pi 4b python 3.9 bullseye х64
zhlédnutí 23Před měsícem
download model from here - www.kaggle.com/models/spsayakpaul/east-text-detector/tfLite/int8 int8 or float32 (cant remember exactly) code: github.com/zoldaten/PINTO_model_zoo/blob/main/051_East_Text_Detection/text_detection_video_tflite.py this is adopted working code (original from PINTO is deprecated)
paddleocr on gpu gtx 3050 speed test
zhlédnutí 103Před měsícem
import time,cv2 from paddleocr import PaddleOCR,draw_ocr import paddle #paddle.device.is_compiled_with_cuda() paddle.utils.run_check() ocr = PaddleOCR(use_gpu=True, use_angle_cls=False, rec_model="ch_PP-OCRv2_rec_infer_opt.nb",drop_score=0.8,\ warmup=False,show_log=False,use_onnx=False, lang='en') # need to run only once to download and load model into memory #img_path = 'img_12.jpg' #img_path ...
M.2 google accelerator on ubuntu pc
zhlédnutí 107Před měsícem
1.echo "deb [amd64] packages.cloud.google.com/apt coral-edgetpu-stable main" | sudo tee /etc/apt/sources.list.d/coral-edgetpu.list 2.curl packages.cloud.google.com/apt/doc/apt-key.gpg | sudo apt-key add - 3.sudo apt-key adv keyserver keyserver.ubuntu.com recv-keys E88979FB9B30ACF2 4. sudo apt-get update 5.sudo apt-get install gasket-dkms libedgetpu1-std 6.sudo apt-get install python3-pycoral ad...
Phi-3-mini-4k-instruct-onnx (onnxruntime-genai) test on raspberry pi4b bullseye
zhlédnutí 78Před měsícem
1. cmake and g update needed. remove them. build cmake from source. g : add deb ftp.de.debian.org/debian bookworm main to /etc/apt/sources.list (packages.debian.org/bookworm/arm64/g -11/download) sudo apt update sudo apt install g 2. install genai - onnxruntime.ai/docs/genai/howto/install ./build.sh skip_tests config Release download model: huggingface.co/microsoft/Phi-3-mini-4k-instruct-onnx/t...
edge-tpu-silva+picamera2 example
zhlédnutí 67Před měsícem
see modified example - github.com/zoldaten/edge-tpu-silva/blob/main/example/object_detect.py original - github.com/DAVIDNYARKO123/edge-tpu-silva net works very fast but badly on detections (in compare with original yolo)
google coral usb accelerator + picamera2 classify_example on Raspbian Bullseye 64
zhlédnutí 44Před měsícem
реализация picamera2, которая работает с libcamera вместо legacy raspicam c моделями классификации с небольшими моделями inference 12-15мс, а вот с imagenet 1,1 сек. но это и понятно - в imagenet 1000 классов.
how to install coral usb accelerator for video stream use with csi camera raspberry pi 4 Bookworm
zhlédnutí 78Před 2 měsíci
1. usb coral need python 3.9. it doesnt support 3.11 which is native for Raspbian Bookworm. one way - install python 3.9 with pyenv. 2. install coral packages inside python 3.9 see github.com/google-coral/pycoral/issues/140 Download pycoral-2.0.0-cp39-cp39-linux_aarch64.whl and tflite_runtime-2.5.0.post1-cp39-cp39-linux_aarch64.whl from github.com/google-coral/pycoral/releases/tag/v2.0.0 pip in...
google coral USB Accelerator test on raspberry pi 4b Bookworm
zhlédnutí 53Před 2 měsíci
coral.ai/docs/accelerator/get-started/#requirements need python3.9 to install. python 3.11 (which is native for Bookworm) is not working with. build from source for 3.11 ? may be. 1. pyenv install -v 3.9.9 2. install wheels: Download pycoral-2.0.0-cp39-cp39-linux_aarch64.whl and tflite_runtime-2.5.0.post1-cp39-cp39-linux_aarch64.whl from github.com/google-coral/pycoral/releases/tag/v2.0.0 pip i...
phi3 vs gemma2b on raspberry pi cm4 tests
zhlédnutí 47Před 2 měsíci
original: github.com/microsoft/Phi-3CookBook/blob/main/md/02.QuickStart/Ollama_QuickStart.md тест небольших моделей через ollama на Raspbian bullseye x64 cm4. выводы: - phi3 дает более емкие ответы - phi3 прогружается быстрее - на русском языке модели выдают практически одинаково плохие результаты попросту переводя англ. вариант ответа.
deblur with Deblur-GS
zhlédnutí 65Před 2 měsíci
deblur with Deblur-GS
DocsGPT tests on windows10
zhlédnutí 25Před 2 měsíci
DocsGPT tests on windows10
тестирование Gemma 2B через ollama на raspberry pi 4b
zhlédnutí 65Před 2 měsíci
тестирование Gemma 2B через ollama на raspberry pi 4b
llamafile test with OmniFusion - вопросы llama на русском
zhlédnutí 72Před 2 měsíci
llamafile test with OmniFusion - вопросы llama на русском
AniPortrait test
zhlédnutí 81Před 3 měsíci
AniPortrait test
OmniFusion - speed test on raspberry pi 4b Raspbian Bookworm
zhlédnutí 46Před 3 měsíci
OmniFusion - speed test on raspberry pi 4b Raspbian Bookworm
libjxl (compress image from Google) test on windows
zhlédnutí 17Před 3 měsíci
libjxl (compress image from Google) test on windows
создание субтитров на русском с помощью whisper
zhlédnutí 306Před 3 měsíci
создание субтитров на русском с помощью whisper
making subtitles with whisper fix article code for windows
zhlédnutí 13Před 3 měsíci
making subtitles with whisper fix article code for windows
vk2828u7g5lf в u-center2
zhlédnutí 26Před 3 měsíci
vk2828u7g5lf в u-center2
VK16E G28U7F GPS module test on raspberry pi 4b
zhlédnutí 40Před 3 měsíci
VK16E G28U7F GPS module test on raspberry pi 4b
install craft-text-detector for opencv up 4.5 version
zhlédnutí 165Před 4 měsíci
install craft-text-detector for opencv up 4.5 version
Newspaper-OCR test
zhlédnutí 27Před 4 měsíci
Newspaper-OCR test
yolo_world test on windows cuda 12.1
zhlédnutí 10Před 4 měsíci
yolo_world test on windows cuda 12.1
yoloV9 yolov9-c.pt test on windows on cuda 12.1
zhlédnutí 55Před 5 měsíci
yoloV9 yolov9-c.pt test on windows on cuda 12.1
how to remove nsfw filter in facefusion 2.2.1
zhlédnutí 15KPřed 5 měsíci
how to remove nsfw filter in facefusion 2.2.1

Komentáře

  • @kristiangulaker1311

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

  • @SamS-h4u
    @SamS-h4u Před 7 dny

    2.6.1 doesn't work

  • @user-ne8ot6un8q
    @user-ne8ot6un8q Před 17 dny

    Can I start server from any llamafile? If I will start like ./llava-v1.5-7b-q4.llamafile -ngl 9999 -m OmniFusion-1.1-Q5_K_M.gguf --mmproj mmproj-model-f16.gguf is it suppose work correct?

    • @user-os1xg1rh4c
      @user-os1xg1rh4c Před 17 dny

      they say so. try.

    • @user-ne8ot6un8q
      @user-ne8ot6un8q Před 17 dny

      @@user-os1xg1rh4c I tried, when I send there an image, it breaks up, starting always give some strange bullshit like” you, re you don’t you are need you are you …” but without image, it talks normal

  • @alimohsen7071
    @alimohsen7071 Před 22 dny

    thanks for this video . I have problem when I ran the code I gets the error " import libcamera ModuleNotFoundError: No module named 'libcamera' " I use python 3.9.2

  • @abelreybarreiros1425
    @abelreybarreiros1425 Před 29 dny

    How did you achive to install picamera2 in Python 3.9.2? I tried a lot but I cannot use that python version and install picamera in my virtual env. I'm struggling a lot.

    • @user-os1xg1rh4c
      @user-os1xg1rh4c Před 23 dny

      @@abelreybarreiros1425 picamera2 have no problem with python3.9 and 3.11. coral has.

    • @alimohsen7071
      @alimohsen7071 Před 22 dny

      I have same problem . are you find solution for this problem

  • @abelreybarreiros1425
    @abelreybarreiros1425 Před 29 dny

    I am trying to configure raspberry pi 4b with edge tpu silva (google coral for tflite models) but I am struggling because I am using python 3.9 in virtual env but I cant install picamera2 with pip. By the way the picamera2 package is native installed in my raspberry but I cannot use it for my scripts for ML purposes. As I have the Pi camera v3 model, I cannot use another library to obtain the image/video from my camera to use it with opencv or whatever. Can you help me or do you know some choice to use my camera with tflite and the Gcoral to apply my models ?

    • @user-os1xg1rh4c
      @user-os1xg1rh4c Před 23 dny

      @@abelreybarreiros1425 better choice is to move to Bullseye. picamera2 based on libcamera and one’s should keep in mind that coral only supports python3.9 (the last version). in Bookworm python3.11 is native and only way there - use gstreamer or the something similar.

  • @marcosgrima2237
    @marcosgrima2237 Před měsícem

    Funciona en la version 2.6.0 de: PROBABILITY_LIMIT = 0,80 a: PROBABILITY_LIMIT = 1,00

  • @pip_install7496
    @pip_install7496 Před měsícem

    Не работает. Пишет "Не удалось подключиться"

  • @jms6599
    @jms6599 Před měsícem

    Thought that phi3mini onnx was actually not that bad…

    • @user-os1xg1rh4c
      @user-os1xg1rh4c Před měsícem

      perhaps, compilation without optimisation. they wrote would think about it.

  • @jms6599
    @jms6599 Před měsícem

    Is actually that shitty? Fuck

  • @diablooomi2513
    @diablooomi2513 Před měsícem

    有用

  • @pranavparag3820
    @pranavparag3820 Před měsícem

    does it work on 2.6

  • @yournan5372
    @yournan5372 Před 2 měsíci

    does the onxx file in the download contain all of the data/images from the objects365 dataset or did you train it on just those 8 classes shown in the video?

    • @user-os1xg1rh4c
      @user-os1xg1rh4c Před měsícem

      all of the data/images from the objects365 dataset.

    • @yournan5372
      @yournan5372 Před měsícem

      @@user-os1xg1rh4c thanks bro

  • @MohamedAbdelaal96
    @MohamedAbdelaal96 Před 2 měsíci

    thank you it's worked

  • @Dice_Ai_Development
    @Dice_Ai_Development Před 2 měsíci

    Guys this was a funny read lol and its much easier than your attempts on here lol any kind of bypass is set to command line args in user.bat just run line in there set as args bypass to tile. just as you would for - - Bypass Torch - - cuda maddock etc

    • @SamS-h4u
      @SamS-h4u Před 7 dny

      hi can u show mw how u do that

  • @Adamgzl
    @Adamgzl Před 2 měsíci

    Hi, it is not opening the window when i do the same as you do ?

    • @Zapatobello
      @Zapatobello Před měsícem

      you use python before? the idle is from python and always open

    • @Zapatobello
      @Zapatobello Před měsícem

      but if you cant for me it show me the option "edit" and edit like a .txt, and if you cant too, try to install an programming editor like notepad

  • @LVL_UP007
    @LVL_UP007 Před 2 měsíci

    Как на макбуке отключить? Очень надо)

  • @hist0ry675
    @hist0ry675 Před 2 měsíci

    😂

  • @Dipj01
    @Dipj01 Před 2 měsíci

    Can you tell me how to get an entire sentence/line as one polygon with craft?

    • @user-os1xg1rh4c
      @user-os1xg1rh4c Před 2 měsíci

      u may work with text_threshold in craft initial settings, i.e.: craft = Craft( output_dir=None, rectify=True, export_extra=False, text_threshold=0.7, if it doesnt help - look at refinet as part of craft as it responsible for link words together after craft work done.

  • @Daniektorres1992
    @Daniektorres1992 Před 2 měsíci

    work in 2.5.2

    • @K-A_Z_A-K_S_URALA
      @K-A_Z_A-K_S_URALA Před 2 měsíci

      работает или не работает?

    • @hamstrcmbtbot
      @hamstrcmbtbot Před 2 měsíci

      @@K-A_Z_A-K_S_URALA у меня работало на 2.5.2

  • @bkmnst
    @bkmnst Před 3 měsíci

    круто!

  • @kramskoyruslan
    @kramskoyruslan Před 3 měsíci

    Интересно, какая задержка обработки, и raspberry pi3b потянет ли whisper?

  • @stefanfischer6352
    @stefanfischer6352 Před 3 měsíci

    I never managed to get any usable image from the Radxa 4k camera with the rock5b board. Would you be able to explain how to to install the software and how to configure the camera to get colour images?

    • @user-os1xg1rh4c
      @user-os1xg1rh4c Před 3 měsíci

      github.com/Joshua-Riek/ubuntu-rockchip/issues/288

  • @Artstudioia
    @Artstudioia Před 3 měsíci

    Please help me on 2.4 colab! 😊

  • @joaquinmendez6776
    @joaquinmendez6776 Před 3 měsíci

    I need help with pinokio ff 2.4.1

  • @jjen9595
    @jjen9595 Před 3 měsíci

    Gracias, funciona correctamente ❤😂😅

  • @user-ln7fy1em8u
    @user-ln7fy1em8u Před 4 měsíci

    Очень подробный обзор. Спасибо. Подскажите какой температуры ставить термопредохранитель?

  • @arturphonk6964
    @arturphonk6964 Před 4 měsíci

    v 2.4.0 it works only on preview (

  • @danielecarpinelli8423
    @danielecarpinelli8423 Před 4 měsíci

    but it works for pc installation? if I use Pinokio browser?

    • @hieuluu2
      @hieuluu2 Před 3 měsíci

      works on Pinokio 2.4.1

    • @danielecarpinelli8423
      @danielecarpinelli8423 Před 3 měsíci

      @@hieuluu2 thanks but not understood how to edit that commands on browser version

  • @baheth3elmy16
    @baheth3elmy16 Před 4 měsíci

    For all versions of facefusion, change line 28 as follows: from: PROBABILITY_LIMIT = 0.80 to: PROBABILITY_LIMIT = 1.00

    • @saikomatirikis3520
      @saikomatirikis3520 Před 4 měsíci

      can you confirm it working for the latest version (2.4.1) ?

    • @baheth3elmy16
      @baheth3elmy16 Před 4 měsíci

      @@saikomatirikis3520 yes...

    • @maxweels
      @maxweels Před 4 měsíci

      not working for me@@saikomatirikis3520

    • @yannos80
      @yannos80 Před 4 měsíci

      @@saikomatirikis3520pas pour moi

    • @janlassen6101
      @janlassen6101 Před 4 měsíci

      @@saikomatirikis3520 Just tested it. It works!

  • @medboussouni7289
    @medboussouni7289 Před 4 měsíci

    doesn't work for 2.4

  • @animepxclub3137
    @animepxclub3137 Před 4 měsíci

    Worked for me, thanks!

  • @alieslami7468
    @alieslami7468 Před 4 měsíci

    Great demonstration, can I ask you a few questions about your config. Did you use SSD or SD memory card for booting and etc, what about cooling and also other stuff like increasing swap file size (not very effective in this particular project but it can help to reduce the pressure of the ram a little I think). Would you kindly share some details about the whole process, thanks in advance.

    • @user-os1xg1rh4c
      @user-os1xg1rh4c Před 4 měsíci

      sd card used. it does not matter it this case ssd or sd actually. raspberry pi with 8gb ram. its enough for mistral. but the modei is quite huge for raspberry. try this one - czcams.com/video/Vx2YFaM7tSs/video.html

  • @feifeiliu4104
    @feifeiliu4104 Před 4 měsíci

    hi,bro ,I use Mac m1 and use Pinokio to setup fasfusion 2.3.0 ,I can't bypass nsfw, need help🤣

    • @ajinkyamhamunkar8676
      @ajinkyamhamunkar8676 Před 4 měsíci

      Did you find the solution yet?

    • @cgiguy
      @cgiguy Před 16 dny

      bro the file also exist even if you have pinokio you can change the propability limit !!

    • @Karfatos
      @Karfatos Před 7 dny

      @@cgiguy hey, when i click on content_analyser then edit with idle nothing happens

  • @RS-hc7yv
    @RS-hc7yv Před 4 měsíci

    Sorry i didn't understand what have you changed? Please detail?

  • @alexundefeatedia
    @alexundefeatedia Před 4 měsíci

    thanks bro

  • @elpatch5108
    @elpatch5108 Před 5 měsíci

    Спасиба брат

  • @thomaslenhart8198
    @thomaslenhart8198 Před 5 měsíci

    Also fine with 2.3

  • @user-if4fp1jk2k
    @user-if4fp1jk2k Před 5 měsíci

    Спасибо тебе! Теперь наконец то все VPN подключения работают

  • @edavast5308
    @edavast5308 Před 5 měsíci

    sposibo drug. vsjo robotajet 👍👍👍

  • @thebestentertainment4968
    @thebestentertainment4968 Před 5 měsíci

    Sorry i didn't understand what have you changed

  • @kvadrogad
    @kvadrogad Před 5 měsíci

    Учим теорию и ставим 1080i разрешение, получаем нагрузку почти в 2 раза меньшую, стик не перегревается и все ок

  • @user-gx6rc1dx2f
    @user-gx6rc1dx2f Před 5 měsíci

    How to use the navigation stack with the Pioneer robot (with rosary) and the rplidar a3 sensor (Hector Slam or Gmapping library) Hey, My question is how to use the ros Navigation Stack library to perform autonomous navigation on the pioneer robot that I am using the rosaria library for control, I am also using the rplidar_03 sensor with the hector slam library in the project. If anyone can help me :)

  • @basadobarry2241
    @basadobarry2241 Před 6 měsíci

    Thank you, this worked.

  • @lesbian_economy
    @lesbian_economy Před 6 měsíci

    Спасибо тебе добрый человек!

  • @user-xw8do5xk9r
    @user-xw8do5xk9r Před 6 měsíci

    А что нельзя было нприпаять кулер прям к разъёму мини юсби?

  • @stalker__2.0
    @stalker__2.0 Před 7 měsíci

    У меня такой сгорел через 5 месяцев, сейчас заказал второй и тоже буду ставить радиатор

  • @mamontovnikita
    @mamontovnikita Před 8 měsíci

    У меня тоже такой стик , тупит нереально пользоваться невозможно, не стал ничего колхозить , заказал новую приставку тока уже в полном формате и думаю там с охлаждением должно быть куда лучше

  • @aquaplanner3694
    @aquaplanner3694 Před 8 měsíci

    смотрится максимально колхозно... сопли из проводов, отдельные блоки питания, вентиляторы. Не хватает еще синей изоленты.

  • @raven124-n4w
    @raven124-n4w Před 8 měsíci

    4к работает год без нареканий. Включен 24/7