You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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?
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.
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!
The text was updated successfully, but these errors were encountered: