Maxi

Results 8 comments of Maxi

signed cla - gave an error and now says "already signed"

Hey @dxli94 , sry, I don't understand why the .gitignore is the issue. The file https://github.com/salesforce/LAVIS/blob/main/lavis/models/clip_models/bpe_simple_vocab_16e6.txt.gz was already tracked in the git repository when the .gz ignore rule was added,...

Same for me, following this tutorial: https://mmocr.readthedocs.io/en/dev-1.x/get_started/quick_run.html with this setup: ``` ------------------------------------------------------------ System environment: sys.platform: linux Python: 3.9.16 (main, Dec 7 2022, 01:12:08) [GCC 11.3.0] CUDA available: True numpy_random_seed: 914112880...

I build a small demo where first SAM extracts all objects and then CLIP is used to retrieve the best matching ones: https://github.com/maxi-w/CLIP-SAM Example for "kiwi": ![example-segmented](https://user-images.githubusercontent.com/23198066/230231847-6c4719f5-5310-4021-a6d8-58e6b8d0fe86.png)

> Did you try and merge adjacent segmentation masks into larger objects? I just played around with the web demo and it seems like contiguous objects can sometimes be segmented...

Llama2 7B-chat consumes ~14.3 GB VRAM (running on a RTX 4080 with 16GB VRAM)

Good idea. I'll look into it.