Full disclosure, I am not an ML expert and barely understand the fundamentals so I apologize if this is ignorant. I can get around the tool chains, read directions, and solve dependency issues.
Most yolo tool chains, have an input and output. When exporting paddle models it has input, scale factor, and two scale factor outputs. I don't know how any of the layers work, I just know that scale factor seems unique to paddlepaddle, and I use fixed size everything, I don't even want that. I'm not scaling anything.
Is there a way to disable the use of scalefactor and export a simple in/out model?
Full disclosure, I am not an ML expert and barely understand the fundamentals so I apologize if this is ignorant. I can get around the tool chains, read directions, and solve dependency issues.
Most yolo tool chains, have an input and output. When exporting paddle models it has input, scale factor, and two scale factor outputs. I don't know how any of the layers work, I just know that scale factor seems unique to paddlepaddle, and I use fixed size everything, I don't even want that. I'm not scaling anything.
Is there a way to disable the use of scalefactor and export a simple in/out model?