Matte-Anything icon indicating copy to clipboard operation
Matte-Anything copied to clipboard

Matte Anything: Interactive Natural Image Matting with Segment Anything Models

Results 13 Matte-Anything issues
Sort by recently updated
recently updated
newest added

Hi all! I'm trying to run the matte_anything.py in Google Collab but get the following error: ``` `Initializing models... Please wait... AssertionError Traceback (most recent call last) [](https://localhost:8080/#) in ()...

Hi, really awesome work! Just wondering if it is possible to open source the training configuration file. Best Wishes, Daniel

Hello 👋 I'm a fan of Matte Anything! Was thinking it would be great to have a model repository containing weights and a demo for Matte Anything hosted on Hugging...

Reference: https://github.com/ChaoningZhang/MobileSAM Our project performs on par with the original SAM and keeps exactly the same pipeline as the original SAM except for a change on the image encode, therefore,...

Hi, super awesome tool! It would be nice if there was a way to use this as a library rather than just a gui in order to use it in...

Hi--I tried to install on Linux per your instructions. I have a conda venv created for this. I ran ``` pip install git+https://github.com/facebookresearch/segment-anything.git ``` it reported ``` Successfully installed segment-anything-1.0...

Congratulations and thanks for sharing Matte Anything code. I made a notebook to try the demo in Google colab and liked it. I then updated the matte_anything code to add...

Because the masks from SAM you use will be different than other research if it is done manually. (giving points). so it will lead to different evaluation results. How do...

omegaconf.errors.ConfigAttributeError: Missing key AdamW full_key: AdamW object_type=dict

Hi, thnaks for releasing the great repo and paper. I evaluate matteformer and vitmatte (both using pretrained weight) on P3M500, but both model's MSE error (times 1e3, computed on unknown...