/caffe-ssd-focal_loss

Implement focal loss to caffe ssd project

Primary LanguageC++OtherNOASSERTION

Caffe ssd network with focalloss

Introduction

SSD is an unified framework for object detection with a single network. We replaced the loss function by focal loss

The code is base on SSD, more detail please refer https://github.com/weiliu89/caffe.git

SSD Framework