Alexey Kamenev

Results 36 comments of Alexey Kamenev

One idea that might be worth checking is to see which call/plugin causes memory spike. I would specifically check cuDNN autotuner in [Conv3DPlugin](../blob/master/stereoDNN/lib/conv3d_plugin.cpp#L298) plugin (also read my comments around that...

In redtail we use UART, not CAN bus, so I'm afraid there is not much we can help with. I recommend opening an issue via [Auvidea support](https://auvidea.com/my-tickets/) page.

Re: heatsink - as we were flying our drones outside we had a natural cooling, so we could remove the heatsink without the risk of overheating the Jetson. For rovers...

We currently do not have any improvements planned for StereoDNN. If you are interested in Jetson-tested object detection models, [this repository](https://github.com/NVIDIA-AI-IOT/tf_trt_models#od) should hopefully help. The repo has SSD model which,...

You need to build the executable first using Visual Studio - see .sln file in src directory. `README.md` somewhat confusingly states `Download binary release` - that was relevant only to...

Hello, This tool is essentially a simple wrapper over [NVIDIA NVML](https://docs.nvidia.com/deploy/nvml-api/nvml-api-reference.html#nvml-api-reference) library. The main reason I wrote it was to monitor our GPU servers when I was in MSR. Tesla...