Search results

  1. T

    CodeProject.AI Version 2.5

    Thanks, not sure what steps to take to fix the falling back to single-TPU issue. I have completely re-installed everything from scratch including creating a new docker image for CPAI. Should I revert to an older version?
  2. T

    CodeProject.AI Version 2.5

    Hi, I am running 2.6.5 and using a single coral. My settings are efficientdet-lite and multi-tpu (though it says its falling back to single tpu). I often get an error saying unable to run inference at least 1 reference to internal data. Any thoughts on this?
  3. T

    Difference between _S2 and _S3 ?

    Thanks for the info
  4. T

    Difference between _S2 and _S3 ?

    To follow up on this, how can you tell which version of the hardware you have? I bought two 5442 models ZE and Z4E from Andy in 2021 and then another different smaller 5442 without zoom in 2023. They all have the “older” GUI. Here is a screenshot of the version info from one of the zoom ones I...
  5. T

    CodeProject.AI Version 2.5

    Thanks. I’ll try out the override. I wonder if there is a way to see what BI is passing to CPAI for each call.
  6. T

    CodeProject.AI Version 2.5

    thanks for all that you are doing.
  7. T

    CodeProject.AI Version 2.5

    Thanks that makes sense. Confirmed cpu is used for some calls when looking at info in CPAI. Any thoughts on the rest of the erratic behavior. CPAI is latest version, using EfficientDet, small or tiny. I feel this is a BI issue, not sending calls properly or something similar, since the issues...
  8. T

    CodeProject.AI Version 2.5

    CPAI is running on a separate server Restarting BI results in all CPAI calls failing, regardless of which options are enabled. It seems I need to go and start changing settings for it to work. I can change settings back to the starting configuration which didnt work, but will now work after...
  9. T

    CodeProject.AI Version 2.5

    Operation is very erratic. Restarted BI computer. At time of restart Custom models, Default Objects, and Faces was enabled. All calls to CPAI failed with error -1, (Objects,EfficeintDet-Lits, MobileNet SSD, Faces) Removed Default Objects detection, still error Specified EfficientDet-Lite under...
  10. T

    CodeProject.AI Version 2.5

    Recent update to latest BI seems to have broken CPAI integration, going back to previous versions doesnt seem to fix it. The custom models are greyed out in BI AI settings, but can be enabled or disabled. Im running CPAI in a docker using the Coral TPU. Everything was working great until BI...
  11. T

    Using a RAMdisk

    so the HDD only spins up every now and then. This is the cause of lower power consumption. New is not overflowing, the move settings are such that the files get transferred as soon as they hit 2 gigs.This results in a few transfers every hour. But your points are very valid regarding the rest...
  12. T

    Using a RAMdisk

    So ive been using BI in a VM for a few years and had some issue with the igpu, so now I have moved it to a dedicated machine, which happens to have 64 GB of RAM. But of course now I have an additional machine using more power. So in an attempt to save power I thought about trying a RAMdisk. My...