depthai
depthai copied to clipboard
DepthAI Python API utilities, examples, and tutorials.
(UPDATE): Please look at the second entry below. This error was fixed by wrapping my message with a default NN message type. Hello :) First of all, I apologize if...
**Describe the bug** For objects of any class other than the first detected class, the ObjectTracker pipeline node will emit a NEW tracklet followed by a REMOVED tracklet in the...
### Start with the `why`: SOT (Single Object Tracking) is very helpful in many cases, e.g. a following bot, target tracking etc. The ATOM and DiMP-18 models are SOTA models...
### Start with the `why`: For tracking detected objects. ### Move to the `what`: Add support for objectTracker node inside the depthai_demo. In my opinion it should be on by...
Platform | Windows 10 CPU | intel i9-9900X GPU | GeForce RTX 2080 Ti Language | Python Camera | OpenCV OAK-D 3D AI Camera Kit -------------------------------------------- Helo, I would like...
### Start with the `why`: High speed imaging is a key aspect of capturing fast moving action (ping pong baseball,etc), SLAM and roi tracking. Hitting/supporting the imager higher performance modes...
### Start with the `why`: Algorithmic stereo depth is useful because it's fast and relatively inexpensive (computational-budget, power-budget, and latency-budget). However, it is easily fooled in specific scenes. And these...
### Start with the `why`: It would be beneficial to have the camera interfaces be modular so that a mono camera could be used in all three ports of the...
**Describe the bug** When using the Python depthai bindings on a Jetson AGX I encountered a cryptic problem which turned out to be a simple permissions problem. The code tries...
### Start with the `why`: **Reason 1** I have trained a model which only does road segmentation with BiSeNetV2 network architecture and has a decent FPS(around 15 FPS). I would...