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

Exploring Real-time Video Instance Segmentation with DVIS Model #21

Open
mbk2103 opened this issue Oct 20, 2023 · 2 comments
Open

Exploring Real-time Video Instance Segmentation with DVIS Model #21

mbk2103 opened this issue Oct 20, 2023 · 2 comments

Comments

@mbk2103
Copy link

mbk2103 commented Oct 20, 2023

I am currently using the DVIS model for inference, and it appears to take a directory of video frames in image format as input. I would like to inquire whether it is possible to directly input a video for real-time video instance segmentation.

Is it feasible to configure the DVIS model to work with video input, allowing for real-time video instance segmentation, or is it limited to processing individual frames in image format?

Thank you for your guidance and support!

@zhang-tao-whu
Copy link
Owner

Yes, DVIS can accept video input, but it may require some code modifications. Additionally, when you mention video input, are you referring to inputs like mp4 files or real-time video stream?

@mbk2103
Copy link
Author

mbk2103 commented Oct 30, 2023

Firstly, thank you for your response.

Yes, I want to provide input in both ways, especially real-time video stream. My initial approach was to split the video into frames and provide the frames as input in an image format to the input folder, then combine the output frames to create a video. However, this is not an optimal option in terms of time efficiency.

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

2 participants