decode_ulffd
A decode layer for ULFFD
- keep_top_k : Integer, maximum num of detected boxes (The default is 300)
- background_label_id : Integer, label number of background (The default is 0)
- nms_thresh : Float, threshold of jaccard overlap (Non-Maximum Suppression) (The default is 0.45)
- conf_thresh : Float, threshold of confidence score to be detected (The default is 0.01)
- do_nms : Boolean, whether or not to run non-maximum suppression