Bruno Nascimento
Bruno Nascimento
Hi, I also ended up having problems feeding the toolbox with 1 channel input models. Seems like quite an obvious limitation. Will this be addressed anytime soon? I had good...
Folowing the tutorial from the notebook https://github.com/onnx/tensorflow-onnx/blob/master/tutorials/ConvertingSSDMobilenetToONNX.ipynb I am trying to work with a mobilenetv2 and v3 frozen models from tensorflow frozen_inference_graph.pb or a saved_model.pb to convert to ONNX and...
Hi everyone, I trained / fine tuned an efficientnetv2-s from a custom dataset, without a problem. I changed the datasets.py with the necessary changes (my model was for example 278...
Any new ideas for eye corner detection?
debugger point me to: while (pImage < pImagePointer) pulHistogram[pLookupTable[*pImage++]]++;
Hi, we are trying to correctly setup 2 GIGE cameras (acA1920-40gc) on a Jetson Orin. We keep facing the following error: `The buffer was incompletely grabbed. This can be caused...
Is there anyway we can control the minimum number of cluster items? E.g. Would like to avoid having a cluster with 2 items. Thank you Bruno
Hi, I also have some difficulties creating the ONNX decoder file for the sampleSAM2 project. I can create the two embedding ONNX files. I see other people struggling with the...
Thank you @borarak for your work. Do you plan on doing a similar example but for classification instead? For example, there is no clear sample for c++ inference on efficientnet...