Marco Salathe
Marco Salathe
I am trying to run a python program using `tqdm` through the docker python sdk: https://docker-py.readthedocs.io/en/stable/index.html. The are doing some weird stuff with the `stdout` and `stderr`, it looks to...
I have observed that relatively often the same `BoundingBoxes` message is published multiple times. I input images at roughly 15Hz and get bounding boxes out at about 20Hz, so it...
I am getting a `RuntimeError: CUDA error: an illegal memory access was encountered` when running the `PointTransformer`. I have tested that on two different systems with nvidia gpu's and got...
Just tested it, runs as 20fps.
It took me quite some time to figure this out, so I think people would be happy to have this automatically done for them when running the `build_detection_graph` function. The...
Just a small tweak which will allow a user to perform a custom installation such as: - `sudo ./install.sh` - `./install.sh` - `./install.sh /usr/bin/python3` - `./install.sh --user` - `./install.sh develop`...
I am trying to run a python program using `tqdm` through the docker python sdk. Here code to reproduce what I am talking about: ```python import docker client = docker.from_env()...
I have an application, where I might have some initial lookups that would require extrapolation to the past. These lookups could just be ignored and the program should move on...
I have issues mounting a device with rootless docker through `--device /dev/ttyUSB0`. The device is accessible outside the docker to users of the `dialout` group. But I suspect the group...
In https://github.com/gaoxiang12/faster-lio/pull/63 I fixed a few static tfs. I later realized that I missed a few. This will fix the remaining ones as well. I tested it and I can...