Hello,
On the inference I noticed that output heatmap of my model depence of the batch size of the dataloader.
Here it is images:
The left image with batch_size=1, the right: batch_size=5(it is batch_size I used for training)
I believe, the model should not depend of the batch size, but it does. Can you give me any suggestions about this? It is normal behavior of the model?
If you need, I can attach the code of my dataset and code of the inference my model.