HUSKYLENSGeneral

Husky + Python: get name of recognized object

userHead ugodehaes 2021-06-04 17:56:11 1944 Views0 Replies
Hi, i conected Huskylens by USB to a Raspberry Pi.

I'm using the Python library and when I'm in ALGORITHM_OBJECT_RECOGNITION mode, I can get number of recognized blocks (hl.count) and their positions.

Can I also get the name of the recognized blocks (one of the 20 build-in abjects: aeroplane, bicycle, bird, boat, bottle, bus, car, cat, chair, cow, dining-able, dog, horse, motorbike, person, potted lant, sheep, sofa, train, TV) into my Python program?