Skip to content
New issue

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

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

Already on GitHub? # to your account

Excuse me, are you sure your demo can load videos? I think the code in the demo is for loading image images #15

Open
yanyide123 opened this issue Aug 15, 2023 · 8 comments

Comments

@yanyide123
Copy link

No description provided.

@Gazuz33
Copy link

Gazuz33 commented Aug 15, 2023

No description provided.

You are right, you need to add a small block of code that converts the video into a sequential set of pictures, and then combine the processed pictures into a video. The demo file works pretty well, but it's very slow on my RTX3060

@yanyide123
Copy link
Author

No description provided.

You are right, you need to add a small block of code that converts the video into a sequential set of pictures, and then combine the processed pictures into a video. The demo file works pretty well, but it's very slow on my RTX3060
There is another question, when using continuous images, is there a confirmation shortcut key to continue the program after the mouse hovers over the image annotation box or after clicking.
(还有一个问题,在使用连续的图像时候,运行开始后,鼠标在图像标注框或者点以后,是否有确认快捷键让程序继续运行。)

@Gazuz33
Copy link

Gazuz33 commented Aug 15, 2023

No description provided.

You are right, you need to add a small block of code that converts the video into a sequential set of pictures, and then combine the processed pictures into a video. The demo file works pretty well, but it's very slow on my RTX3060
There is another question, when using continuous images, is there a confirmation shortcut key to continue the program after the mouse hovers over the image annotation box or after clicking.
(还有一个问题,在使用连续的图像时候,运行开始后,鼠标在图像标注框或者点以后,是否有确认快捷键让程序继续运行。)

this is a part of demo code:
cv2.setMouseCallback('demo', OnMouse)
k = cv2.waitKey(1)
if k == ord('r'):
break
that's why u need to press 'r' button to continue the program after box or point clicking

@yanyide123
Copy link
Author

Okay, that's it. Thank you

@qgq99
Copy link

qgq99 commented Aug 28, 2023

I wonder if this demo script can run on Linux os? By the way, HQTrack is a great job.

@yanyide123
Copy link
Author

I wonder if this demo script can run on Linux os? By the way, HQTrack is a great job.

It can run on a Linux system

@qgq99
Copy link

qgq99 commented Sep 1, 2023

I wonder if this demo script can run on Linux os? By the way, HQTrack is a great job.

It can run on a Linux system

Excuse me, I mean, it seems that it can't run on a Linux OS without GUI, or I make some mistake?

@yanyide123
Copy link
Author

I wonder if this demo script can run on Linux os? By the way, HQTrack is a great job.

It can run on a Linux system

Excuse me, I mean, it seems that it can't run on a Linux OS without GUI, or I make some mistake?

You can save the output file to a file

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

No branches or pull requests

3 participants