neodroidvision.detection.single_stage.ssd.bounding_boxes.conversion

Created on 10/11/2019

Functions

locations_to_boxes(*, locations, priors, ...)

Convert regressional location results of SSD into boxes in the form of (center_x, center_y, h, w).

convert_boxes_to_locations(*, ...)

param center_form_boxes

center_to_corner_form(locations)

param locations

corner_form_to_center_form(boxes)

param boxes