Open lucasjinreal opened 4 years ago
Which config version are you using when inference? The config file "spinenet_49_B" got error when your size_divisor = 64 (Line 81) Try to set size_divisor from 64 to 128 https://github.com/yan-roo/SpineNet-Pytorch/blob/master/configs/spinenet/spinenet_49_B_8gpu_640.py#L81
@yan-roo Can i set input w h which divisor is 32? which source code I might want to change?
@jinfagang I tried to set different test input resolution. However, when the divisor lower than 128 the RuntimeError will occur as you mentioned above.
when train the model size is correct, while inference got error: