Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change detector #6

Open
DuyTa506 opened this issue Apr 12, 2023 · 3 comments
Open

Change detector #6

DuyTa506 opened this issue Apr 12, 2023 · 3 comments

Comments

@DuyTa506
Copy link

In MTMC pipline , can we use different backbone for detection such as Yolo or SSD Net ?

@Hank0626
Copy link
Collaborator

Hank0626 commented Apr 12, 2023

Currently, we do not support other detector other than CenterNet.

@DuyTa506
Copy link
Author

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 ?
image
image

@shengyuhao
Copy link
Owner

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 ? image image

We do not provide the code for visualization right now. Visualization by .txt files after inference is recommended and convenient.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants