Owen-Liuyuxuan / visualDet3D

Official Repo for Ground-aware Monocular 3D Object Detection for Autonomous Driving / YOLOStereo3D: A Step Back to 2D for Efficient Stereo 3D Detection
https://owen-liuyuxuan.github.io/papers_reading_sharing.github.io/3dDetection/GroundAwareConvultion/
Apache License 2.0
361 stars 76 forks source link

result after running eval.py #37

Open oliver0922 opened 2 years ago

oliver0922 commented 2 years ago

Hi Liu

I applied weight pruning on pretrained detector.core.backbone(resnet34) after training 80 epochs.

The process was training -> pruning -> finetuning.

However when I ran the eval.py.

The result was like this below

Screenshot from 2021-09-25 02-07-49

Can you guess what's the problem?

The result after 59 epochs training was like this below resnet_pruningeval

Thanks

Owen-Liuyuxuan commented 2 years ago

Could you please provide some scripts to reproduce the experiment?