DDRNet.pytorch icon indicating copy to clipboard operation
DDRNet.pytorch copied to clipboard

Fixes in ddrnet_39.py

Open ucLh opened this issue 3 years ago • 0 comments

There are calls to some non-existent network blocks in ddrnet_39.py. More specifically:

  • Bottleneck_last in line 58
  • SPP_super in 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

ucLh avatar Nov 18 '21 09:11 ucLh