Recent content by TheLaGmAn

  1. TheLaGmAn

    Jetson Orin Super Nano

    to be honest, i havent used anything else other than the jetson for codeproject.ai, but the speed seems great for what im using (ai persons alert confirm on bi). barely see cpu/gpu usage on the jetson when it process the images
  2. TheLaGmAn

    Jetson Orin Super Nano

    perfect, that worked like a charm and license plate now shows cuda as well
  3. TheLaGmAn

    Jetson Orin Super Nano

    its stopped by default and on CPU. starting it, starts and remains on cpu but on the logs it throws 11:27:36:alpr_adapter.py: 2026-04-06 14:27:36.270967598 [W:onnxruntime:Default, device_discovery.cc:164 DiscoverDevicesForPlatform] GPU device discovery failed: device_discovery.cc:89...
  4. TheLaGmAn

    Jetson Orin Super Nano

    awesome, i see you got the license plate on cuda too
  5. TheLaGmAn

    Jetson Orin Super Nano

    btw, i was able to get the faces recognition running by manually linking the python executables on the facerecognition folder and adding all the modules of python on the yolo into the global python modules, then having to manually download the assets. that way i was able to run the module, but...
  6. TheLaGmAn

    Jetson Orin Super Nano

    yea, mine reports that too: root@jetson-ai:~# nvpmodel -q NV Power Mode: MAXN_SUPER 2 with one image im using its taking #LabelConfidence 0person68% 1handbag40% Processed byObjectDetectionYOLOv5-6.2 Processed onlocalhost API call round trip96 ms Processing70 ms Inference69 ms...
  7. TheLaGmAn

    Jetson Orin Super Nano

    thanks for sharing, i was trying to use the jetson nano for ai detection on blueiris and your image worked like a charm. By any chance do you have one that i can also install the face detection? seems like there are missing dependencies if i try to install it on your image, like python runtime...