↓ 6 callersMethodupdate Params: dets - a numpy array of detections in the format [[x1,y1,x2,y2,score],[x1,y1,x2,y2,score],...] Requires: this metho
src/Utility/track/sort.py:211
↓ 4 callersMethodadd_overspeed_Profile_info(self,id,frame,dimension1,dimension2,plate_text)
src/state_managment/overspeed_profile_controller.py:6
↓ 2 callersFunctionconvert_bbox_to_z Takes a bounding box in the form [x1,y1,x2,y2] and returns z in the form [x,y,s,r] where x,y is the centre of the box and s is the scale/ar
src/Utility/track/sort.py:64
↓ 2 callersFunctionconvert_x_to_bbox Takes a bounding box in the centre form [x,y,s,r] and returns it in the form [x1,y1,x2,y2] where x1,y1 is the top left and x2,y2 is the bot
src/Utility/track/sort.py:79
↓ 1 callersMethodinitialize_Profile_Page(self,name,surname,age,gender,tc,profile,img)
src/screen/main/controller/sidebar_main_controller.py:265
Method__init__(self, name: str, surname: str, gender: str, age: int, tc: int, plate: str)
src/database/database_sqlite3.py:11