why do I have this problem?
The input resolution needs to be divisible by 32 for DLA/ resnets and 128 for HourglassNet.
how to solve this?
i have the same problem.
inputsize300*300
I get the same error when I try to run centernet with visdrone2019 dataset. The input resolution is already divisible by 32. It seems like I should change something in src/lib/models/networks/pose_dla_dcn.py.
Most helpful comment
The input resolution needs to be divisible by 32 for DLA/ resnets and 128 for HourglassNet.