vonaviv

Results 8 comments of vonaviv

I have the same issue with rc8, but not with rc7. It looks like the RAM consumption slowly bu continuously fills up over time and eventually I get OOM error....

As far as I understand `ffmpegcv` was added only for the video labeling. Would it be possible to add it for video decoding during inference? I am using A100 GPUs...

> `sudo linux-enable-ir-emitter tweak` , enter 12, then input 1 3 2 0 0 0 0 0 0 > > After that, maybe you will see your emitter blinking This...

Each time with no sleep in-between. For example when I run `sudo howdy test` the IR emotter blinks, then I stop the test and directly start it again, then there...

After I restart the machine the IR emitter works directly, but again after a single use I need to rerun `sudo linux-enable-ir-emitter run` for IR emitter to work.

For the ones who are looking for a solution, this how I solved the issue with Systemd: 1. **Check if you have a Service Unit**. There should be file `/etc/systemd/system/linux-enable-ir-emitter.service`...

In another session it is a different camera, which causes the problem. ``` { 'name': 'Cam_04', 'size': [1280, 1024], 'matrix': [[nan, 0.0, 639.5], [0.0, nan, 511.5], [0.0, 0.0, 1.0]], 'distortions':...

Even though the error comes from `rvecs, tvecs = get_initial_extrinsics(rtvecs, self.get_names())`, it seems that the initialization of the intrinsics is to blame for this. I have found a workaround, which...