segment-anything-video icon indicating copy to clipboard operation
segment-anything-video copied to clipboard

MetaSeg: Packaged version of the Segment Anything repository

Results 16 segment-anything-video issues
Sort by recently updated
recently updated
newest added

updates: - [github.com/pre-commit/pre-commit-hooks: v4.5.0 → v4.6.0](https://github.com/pre-commit/pre-commit-hooks/compare/v4.5.0...v4.6.0) - [github.com/asottile/pyupgrade: v3.15.0 → v3.15.2](https://github.com/asottile/pyupgrade/compare/v3.15.0...v3.15.2) - [github.com/astral-sh/ruff-pre-commit: v0.1.5 → v0.4.4](https://github.com/astral-sh/ruff-pre-commit/compare/v0.1.5...v0.4.4) - [github.com/pycqa/isort: 5.12.0 → 5.13.2](https://github.com/pycqa/isort/compare/5.12.0...5.13.2) - [github.com/psf/black: 23.11.0 → 24.4.2](https://github.com/psf/black/compare/23.11.0...24.4.2) - [github.com/PyCQA/bandit: 1.7.5 →...

Hi @kadirnar, I just came across your work and wanted to give metaseg a serious try :) Unfortunately the HF spaces link provided on github lead me to a seemingly...

I want to know how to get the class label information corresponding to the segmentation mask area

hello all, i need a helo to run the code i dont know which code i should run

[] vit_b model already exists as 'vit_b.pth'. Skipping download. Traceback (most recent call last): File "e:/AIGC/segment-anything-video/test", line 17, in SahiAutoSegmentation().predict( File "e:\AIGC\segment-anything-video\metaseg\sahi_predict.py", line 87, in predict if type(input_box[0]) == list:...

good first issue

sahi_predict is used to predict what the SahiAutoSegmentation is. input_box in predict is []?

question

Thanks for your great work! I have a specific requirement for my project and I'm wondering if metaseg can cater to it. I need to input an image with dimensions...

I found the solution, but a new problem has emerged. What I want to do is to segment a video and label each class. My first idea is to assign...

Hello, first of all, thank you for this awesome works! I am following the instruction in the README for SegAutoMaskPredictor, specifically this one: ``` # For video results = SegAutoMaskPredictor().video_predict(...