linghu8812 / tensorrt_inference

702 stars 206 forks source link

If I change the image size and epoch, does the shape of the onnx graph change? #65

Open leeyunhome opened 3 years ago

leeyunhome commented 3 years ago

Hello,

If I change the image size and epoch, does the shape of the onnx graph change?

It seems that the shape of the graph does not change, only the numbers change. Is it correct?

Thank you.

linghu8812 commented 3 years ago

if the image size has changed, shape of the onnx graph should be changed with the same.

leeyunhome commented 3 years ago

if the image size has changed, shape of the onnx graph should be changed with the same.

Hello,

When the image size is 640 vs 416 as shown below When comparing the graphs, the shape of the graphs has changed.

However, when comparing the graph of the image size of 416 vs 384 as shown below, the shape of the graph did not change.

Why is this like this? <image size 640 vs 416> image <image size 416 vs 384> image

Thank you.