Exporting video with image segmentation visuals only (no original video in output) #3101
Unanswered
albertious
asked this question in
Q&A
Replies: 1 comment
-
To elaborate from yesterday I am wondering if there are some lines of code that could be changes or deleted, so that the original input video does not get passed through to the output video? Has anyone had experience in customising the output of the video beyond ColorMode.Image_BW? thanks |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I want to visualise the segmentation of a video file, with none of the original video in the background.
I'm using the panoptic segmentation R101-FPN model, and in the video export I can still see parts of the original video poking trough in the background.
I have searched the code in
video_visualizer.py
and
visualizer.py
but i cannot seem to find where to turn the video on or off before it draws the segmentation.
Is there a way to export video with segmentation visuals only?
thanks
a.
Beta Was this translation helpful? Give feedback.
All reactions