dabble

Description

Algorithms that perform calculations/heuristics on the outputs of model.

Modules

dabble.bbox_count

Counts the number of detected boxes.

dabble.bbox_to_3d_loc

Estimates the 3D coordinates of an object given a 2D bounding box.

dabble.bbox_to_btm_midpoint

Converts bounding boxes to a single point of reference.

dabble.camera_calibration

Calculates camera coefficients to be used to remove distortion from a wide-angle camera image.

dabble.check_large_groups

Checks if number of objects in a group exceeds a threshold.

dabble.check_nearby_objs

Checks if detected objects are near each other.

dabble.fps

Calculates the FPS of video.

dabble.group_nearby_objs

Assigns objects in close proximity to groups.

dabble.keypoints_to_3d_loc

Estimates the 3D coordinates of a person given 2D pose coordinates.

dabble.statistics

Calculates the cumulative average, minimum, and maximum of a single variable of interest over time.

dabble.tracking

🎯 Performs multiple object tracking for detected bboxes.

dabble.zone_count

Counts the number of detected objects within a boundary.