Open DuyTa506 opened 1 year ago
Currently, we do not support other detector other than CenterNet.
I have one more question . in CrossMOT pipline , i want to visualize the image , but when i use the display on class Update , the frame_display function return None when read image by cv2 . I tried to print out the self.seq[view]["image_filenames"][frame_idx - self.seq[view]["min_frame_idx"]] but it return just a "S" character , i thought it had to a path of image ?
I have one more question . in CrossMOT pipline , i want to visualize the image , but when i use the display on class Update , the frame_display function return None when read image by cv2 . I tried to print out the self.seq[view]["image_filenames"][frame_idx - self.seq[view]["min_frame_idx"]] but it return just a "S" character , i thought it had to a path of image ?
We do not provide the code for visualization right now. Visualization by .txt files after inference is recommended and convenient.
In MTMC pipline , can we use different backbone for detection such as Yolo or SSD Net ?