Łukasz Piłatowski

Results 23 issues of Łukasz Piłatowski

Just instaled castro in my project, where I use python 3.6 and got following error > Traceback (most recent call last): > File "/usr/local/lib/python3.6/unittest/loader.py", line 428, in _find_test_path > module...

There is no possibility to turn off statistics. It would be nice to reproduce the same functionality as for `--nolegend`, but with `--nostatistics`

This PR adds a warning for USB2 connection and allows to create other warnings easily using `onWarning("text")` method of the demo

This PR introduces a new GUI type - `web` - that is available together with already present `cv` and `qt` GUIs. Web GUI allows to use your browser to interact...

Hi I've been experimenting a little with scrapyd on docker, and done the following: - in the config file, i specified different directory for eggs `eggs_dir = /src/eggs` - in...

topic: documentation

Current implementation of [gen2-camera-demo](https://github.com/luxonis/depthai-experiments/tree/master/gen2-camera-demo) example have a couple of TODO items, some about optimizing the code, some about adding full CLI args support. These items should be addressed and resolved

I tried to migrate [this example](https://github.com/luxonis/depthai-experiments/tree/master/gen2-color-isp-raw) to latest DepthAI Gen2 API (commit hash `45765d01ad9c7d8d9ae99ca0f76c5b03b706a1c4`), and got the following error after running against this version ``` Traceback (most recent call last):...

With the latest API version (`2.7.2.0`), the `gen2-gaze-estimation` experiment yields an incorrect gaze vector (random gaze direction). Worth checking how can we use the new detection network nodes to optimize...

enhancement

Prepare an example with object detection, that will pull the closest depth point from the object and return it as the object distance. Related to discussion on discuss - https://discuss.luxonis.com/d/67-distance-to-closest-point-on-an-object-bw1098obc...

TODO