You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Seems that there's a small bug in the network structure for ICNet_BN. In line 320 in your model.py, it should be 'conv3_2_1x1_increase_bn' instead of 'conv3_2_1x1_increase'
and the same for line 385
Hi,
Very nice work.
Seems that there's a small bug in the network structure for ICNet_BN. In line 320 in your model.py, it should be 'conv3_2_1x1_increase_bn' instead of 'conv3_2_1x1_increase'
and the same for line 385