DDRNet.pytorch
DDRNet.pytorch copied to clipboard
Fixes in ddrnet_39.py
There are calls to some non-existent network blocks in ddrnet_39.py. More specifically:
Bottleneck_lastin line 58SPP_superin line 271
Judging by the ddrnet_23_slim.py that has no such errors, I swapped Bottleneck_last to Bottleneck and SPP_super to DAPPM