MohamedAsker I also tried not using an xLinkNode and instead of using the build function I set the nnarchive like that
neuralNetwork = pipeline.create(ParsingNeuralNetwork)
neuralNetwork.setNNArchive(modelArchive)
qRgb = neuralNetwork.input.createInputQueue()
qDet = neuralNetwork.out.createOutputQueue()
and still getting 53 FPS. Is this the expected behaviour or is there something that could make it better? I am also getting this warning before inference starts
[3260625470] [192.168.178.22] [1742473775.004] [DetectionParser(3)] [warning] Did not get the input image sizes from the imageIn input. Defaulting to 416 x 416