xin chen

Results 2 issues of xin chen

Hello everyone, I would like to ask: Can the weights I trained with YOLOx before be used directly on bytetrack. If so, what files and parameters do I need to...

`def main(): k4a_playback = pyk4a.PyK4APlayback("C:/AppData/output.mkv") k4a_playback.open() cv2.namedWindow('Azure Kinect RGB', cv2.WINDOW_NORMAL) while True: capture = k4a_playback.get_next_capture() if capture is not None: color_image = capture.color if color_image is not None: color_image_data =...