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 working on samruai. My goal is to label places on an image series with samruai. However, the original samruai can be given as frame to frame. Is it possible to do something in the same way here? Can I give it not as mp4 but as an image series and see the results from the 20th image to the 43rd image for example? So the first frame will be the 20th image and the last frame will be the 43rd image.
Is there any possibility that I can give the image here as a numpy array and not as a path?
The text was updated successfully, but these errors were encountered:
It should be seemingless with SAM2 or SAMURAI of your mentioned functionality, the entry point you should be looking at is the sam2/sam2/sam2_video_predictor.py file (propagate_in_video()).
Hello,
I am working on samruai. My goal is to label places on an image series with samruai. However, the original samruai can be given as frame to frame. Is it possible to do something in the same way here? Can I give it not as mp4 but as an image series and see the results from the 20th image to the 43rd image for example? So the first frame will be the 20th image and the last frame will be the 43rd image.
Is there any possibility that I can give the image here as a numpy array and not as a path?
The text was updated successfully, but these errors were encountered: