Miguel Méndez

Results 27 comments of Miguel Méndez

Can we get any info about this? Is there any problem with current work? Willing to help, this would be an awesome feature!

Same thing happening here! I follow @rockymeza advice but the same error is appearing! It's even worst for me, I could not connect once!! I am using a very simple...

Is there any new about this? Followed @omerferhatt suggestion of `opset_version=10` but I get an error: ``` return torch.max_pool2d(input, kernel_size, stride, padding, dilation, ceil_mode) Traceback (most recent call last): File...

Yes, that's exactly what I am trying to do on my repo. I will be happy to help if you need it!

This is an update for installing desired cmake version, but same fail appears: ``` # syntax=docker/dockerfile:experimental FROM nvcr.io/nvidia/deepstream-l4t:5.0.1-20.09-samples as build WORKDIR / RUN --mount=type=cache,id=apt-build,target=/var/cache/apt \ apt update && apt install...

Sorry for late reply, I found this in the Nvidia documentation about the Jetson docker images: > The platform specific libraries and select device nodes for a particular device are...

That is what I understand, anyway I am not able to build the image on the Jetson device either (without cross compilation). I open a thread in the Deepstream forum...

I just found a solution. Can't believe how much time I spend on this... But finally hit me head with [this thread](https://forums.developer.nvidia.com/t/cmake-cannot-detect-cuda-dev-toolkit-inside-docker-when-running-in-jetson-agx-xaver-dev-kit/165519/8). Summarizing, TensorRt is installed in the host system...

Hi @robmarkcole, have you already checked [`train-config-generation`](https://gradiant.github.io/pyodi/reference/apps/train-config-generation/) docs?

Clustering is called in `train_config_generation`: https://github.com/Gradiant/pyodi/blob/master/pyodi/apps/train_config/train_config_generation.py#L190 We create an AnchorGenerator object from those clusters and that is what is plotted: https://github.com/Gradiant/pyodi/blob/master/pyodi/apps/train_config/train_config_generation.py#L206