sgrvinod / a-PyTorch-Tutorial-to-Object-Detection

SSD: Single Shot MultiBox Detector | a PyTorch Tutorial to Object Detection
MIT License
3.04k stars 718 forks source link

L1Loss or SmoothL1Loss? #27

Open Kindpire opened 4 years ago

Kindpire commented 4 years ago

Hi, Thanks for your SSD tutorial, this is the most detailed SSD implementation as far as I know. However, I just noticed you used L1Loss instead of SmoothL1Loss, is there any special reason? Cheers, P