Aurelio Losquiño Muñoz

Results 6 comments of Aurelio Losquiño Muñoz

I am getting the same onnx model. The thing is that the `predict.py` script with @jiugary 's patch seems to correctly understand those output layers. Does any one know how...

@V4A001 after some reasearch, I realized that these wired output layers are the real output layers from the model, there is no bug. The thing is that after inferencing, a...

Nice, thank you. I will stay tuned

I am also interested in deploying the key point model with deepstream. Any update on this?

I am interested in learning how to develop the neccessary plugins ando/or parsers for yolo pose deepstream. How could I start ? is there any documentation for that? btw, @MarcoPrassel...

@daanyalmalik I see that this variable is defined like so: ```cpp float* out_mask = (float *) outputLayersInfo[maskIndex].buffer; ``` But I don't understand how would I get the pixels from here....