Open RichardHansir opened 5 years ago
Facing the same error when running demo using ade20k weights, have you found any work around?
Set your model_type to 'others' in demo.py setup configurations.
# it means that you use self-trained model, you need to change "filter_scale" to 2.
model_type = 'others'
Is the trained model not matching the network? @hellochick