TUMFTM / CameraRadarFusionNet

Apache License 2.0
407 stars 131 forks source link

Update train_crfnet.py #33

Closed nacayu closed 1 year ago

nacayu commented 2 years ago

When I run "train_crfnet.py" on multi-gpus, it occured a problem:"some thing do not have attribute", after debug, I solved it by add "cfg = cfg" to the line 131 function - backbone_retinante(**) of train_crfnet.py. The mainly reason are lacking of some key words.