I trained yolov7 tiny for 4 classes for recognition of face landmarks face, eye, nose and mouth further i am trying to convert .pt --> .onnx and facing this warning
which ig is causing problem in .onnx -->.trt conversion because of not getting desired shape
also it would be great help if anyone can teach me how to decrease model size while conversion
I trained yolov7 tiny for 4 classes for recognition of face landmarks face, eye, nose and mouth further i am trying to convert .pt --> .onnx and facing this warning which ig is causing problem in .onnx -->.trt conversion because of not getting desired shape also it would be great help if anyone can teach me how to decrease model size while conversion
python : Python 3.8.10 torch : 2.2.0+cu118