Track-Anything
Track-Anything copied to clipboard
Track-Anything is a flexible and interactive tool for video object tracking and segmentation, based on Segment Anything, XMem, and E2FGVI.
Let's say that I have a set of videos in which I want to track an object and get masks in return. As an input I have a bounding box...
M1 mac click get video info
https://github.com/gaomingqi/Track-Anything/blob/b10803c295ae2f46506471f4b1a8bee5e4e09c2f/app.py#LL186C73-L186C86 fix the bug : video_state["painted_images"][video_state["select_frame_number"]] = np.asarray(painted_image)
Traceback (most recent call last): File "/home/ubuntu/anaconda3/envs/wyz/lib/python3.9/site-packages/gradio/routes.py", line 412, in run_predict output = await app.get_blocks().process_api( File "/home/ubuntu/anaconda3/envs/wyz/lib/python3.9/site-packages/gradio/blocks.py", line 1299, in process_api result = await self.call_function( File "/home/ubuntu/anaconda3/envs/wyz/lib/python3.9/site-packages/gradio/blocks.py", line 1021, in...
Initializing BaseSegmenter to cuda:0 Traceback (most recent call last): File "D:\pythonProject\Track-Anything-master\app.py", line 383, in model = TrackingAnything(SAM_checkpoint, xmem_checkpoint, e2fgvi_checkpoint,args) File "D:\pythonProject\Track-Anything-master\track_anything.py", line 18, in __init__ self.samcontroler = SamControler(self.sam_checkpoint, args.sam_model_type, args.device)...
Hello! Thank you very much again for your good work with this project! Have you considered incorporating a bounding box as input over the first frame, so that this bounding...
Hi, will you - in the near future - provide instructions or a new release geared towards standalone usage , i.e. without the GUI?
Hi, Will you be releasing custom segmentation mask input support (instead of point prompting through the UI) in the near future? That is, allow for users to input segmentation masks...
Hi, Thanks for your great work! In BaseTracker.track function, the returned results are mask, logit, painted_iamge. But currently, the code returns `final_mask` two times as below: ``` @torch.no_grad() def track(self,...
not able to add a large video of size greater than 2 mins, need help please. it is working for small videos but not for long videos, what changes should...