Click here to Skip to main content
15,887,135 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralRe: as my psyche's immune system Pin
BillWoodruff2-Sep-23 14:42
professionalBillWoodruff2-Sep-23 14:42 
GeneralRe: as my psyche's immune system Pin
jmaida2-Sep-23 15:58
jmaida2-Sep-23 15:58 
GeneralRe: as my psyche's immune system Pin
BillWoodruff3-Sep-23 0:33
professionalBillWoodruff3-Sep-23 0:33 
GeneralRe: as my psyche's immune system Pin
grralph14-Sep-23 20:29
grralph14-Sep-23 20:29 
GeneralRe: as my psyche's immune system Pin
BillWoodruff4-Sep-23 21:28
professionalBillWoodruff4-Sep-23 21:28 
GeneralRe: as my psyche's immune system Pin
grralph15-Sep-23 18:06
grralph15-Sep-23 18:06 
GeneralRe: as my psyche's immune system Pin
BillWoodruff5-Sep-23 18:15
professionalBillWoodruff5-Sep-23 18:15 
GeneralHow to enable the Object Detection (Coral) for Docker Pin
Marco J2-Sep-23 1:09
Marco J2-Sep-23 1:09 
Hi,

I've put a Coral TPU (PCIe) in my server, passed it to the Codeproject AI VM and run the docker in "priviledged: true" so it has access to all devices on the VM

Coral is available in the Ubuntu VM:

02:01.0 SATA controller: VMware SATA AHCI controller
03:00.0 Ethernet controller: VMware VMXNET3 Ethernet Controller (rev 01)
0b:00.0 System peripheral: Global Unichip Corp. Coral Edge TPU 


I've installed the Coral TPU module in the AI server via the web interface.

However, on the status page it still says: Not enabled

(That's the point where I look how to insert an image here)

So, it shows:

Face processing: Started
Object Detection (YOLOv5 .NET): Not enabled
Object Detection (YOLOv5 6.2): Started
ObjectDetection (Coral): Not enabled

How can I switch to use the Coral now?

My docker-compose:

version: "3.3"

services:
  deepstack:
    image: codeproject/ai-server:latest
    restart: unless-stopped
    container_name: senseai
    privileged: true
    ports:
      - "80:5000"
    environment:
      - VISION-SCENE=True
      - VISION-FACE=True
      - VISION-DETECTION=True
      - CUDA_MODE=False
      - MODE=Medium
      - PROFILE=desktop_cpu
      - Modules:TextSummary:Activate=False
#      - MODELS_DIR=/usr/share/CodeProject/SenseAI/models
    volumes:
      - /opt/senseai/data:/usr/share/CodeProject/SenseAI:rw
#    devices:
#      - /sys/bus/pci/devices/0000:0b:00.0:/sys/bus/pci/devices/0000:0b:00.0

GeneralRe: How to enable the Object Detection (Coral) for Docker Pin
Gary R. Wheeler2-Sep-23 1:33
Gary R. Wheeler2-Sep-23 1:33 
GeneralRe: How to enable the Object Detection (Coral) for Docker Pin
Marco J2-Sep-23 2:15
Marco J2-Sep-23 2:15 
GeneralRe: How to enable the Object Detection (Coral) for Docker Pin
Richard MacCutchan2-Sep-23 2:48
mveRichard MacCutchan2-Sep-23 2:48 
GeneralRe: How to enable the Object Detection (Coral) for Docker Pin
Dave Kreskowiak2-Sep-23 3:26
mveDave Kreskowiak2-Sep-23 3:26 
GeneralRe: How to enable the Object Detection (Coral) for Docker Pin
0x01AA2-Sep-23 5:13
mve0x01AA2-Sep-23 5:13 
GeneralRe: How to enable the Object Detection (Coral) for Docker Pin
Gary R. Wheeler2-Sep-23 11:50
Gary R. Wheeler2-Sep-23 11:50 
GeneralHubby is allergic to my cat so I have to give it up Pin
honey the codewitch1-Sep-23 20:46
mvahoney the codewitch1-Sep-23 20:46 
GeneralRe: Hubby is allergic to my cat so I have to give it up Pin
OriginalGriff1-Sep-23 22:05
mveOriginalGriff1-Sep-23 22:05 
GeneralRe: Hubby is allergic to my cat so I have to give it up Pin
BillWoodruff1-Sep-23 22:50
professionalBillWoodruff1-Sep-23 22:50 
GeneralRe: Hubby is allergic to my cat so I have to give it up Pin
honey the codewitch2-Sep-23 0:40
mvahoney the codewitch2-Sep-23 0:40 
GeneralRe: Hubby is allergic to my cat so I have to give it up Pin
Greg Utas2-Sep-23 2:06
professionalGreg Utas2-Sep-23 2:06 
GeneralRe: Hubby is allergic to my cat so I have to give it up Pin
Ron Anders2-Sep-23 2:29
Ron Anders2-Sep-23 2:29 
GeneralRe: Hubby is allergic to my cat so I have to give it up Pin
BillWoodruff2-Sep-23 3:10
professionalBillWoodruff2-Sep-23 3:10 
GeneralRe: Hubby is allergic to my cat so I have to give it up Pin
Gary R. Wheeler2-Sep-23 11:52
Gary R. Wheeler2-Sep-23 11:52 
GeneralRe: Hubby is allergic to my cat so I have to give it up Pin
PIEBALDconsult2-Sep-23 3:25
mvePIEBALDconsult2-Sep-23 3:25 
GeneralRe: Hubby is allergic to my cat so I have to give it up Pin
Mike Hankey2-Sep-23 3:46
mveMike Hankey2-Sep-23 3:46 
JokeRe: Hubby is allergic to my cat so I have to give it up Pin
FreedMalloc2-Sep-23 5:32
FreedMalloc2-Sep-23 5:32 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.