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

Inpaint anything using Segment Anything and inpainting models.

Results 130 Inpaint-Anything issues
Sort by recently updated
recently updated
newest added

Hi, Thank you for the good paper and project. I saw the issue of prompts in the research paper. How about developing a model that logically explains complex sentences by...

When i run this code following: python remove_anything.py --input_img ./example/remove-anything/dog.jpg --point_coords 200 450 --point_labels 1 --dilate_kernel_size 15 --output_dir ./results --sam_model_type "vit_h" --sam_ckpt ./pretrained_models/sam_vit_h_4b8939.pth --lama_config ./lama/configs/prediction/default.yaml --lama_ckpt ./pretrained_models/big-lama, there have: ![image](https://user-images.githubusercontent.com/72930251/233030432-949bf3eb-d1c4-4d74-8f89-6835aeac1baa.png)...

installation

2023-04-19 14:17:53.241788: I tensorflow/core/util/port.cc:110] oneDNN custom operations are on. You may see slightly different numerical results due to floating-point round-off errors from different computation orders. To turn them off, set...

installation

I still have the same problem with the installation of the software. Tried what you suggested. Same error: D:\Inpaint-Anything>python -m pip install -e segment_anything Defaulting to user installation because normal...

你好,我这出现一个问题,我按照readme一步步安装成功,最后执行remove_anything.py文件时报错: Detectron v2 is not installed Traceback (most recent call last): File "D:\AI\Inpaint-Anything\remove_anything.py", line 75, in masks, _, _ = predict_masks_with_sam( File "D:\AI\Inpaint-Anything\sam_segment.py", line 24, in predict_masks_with_sam sam.to(device=device) File "C:\Users\xxx\PycharmProjects\pythonProject2\venv\lib\site-packages\torch\nn\modules\module.py",...

installation

Hi, I have a question, how to enter multiple coordinates? python remove_anything.py \ > --input_img ~/input/test1.png \ > --point_coords 58 127 778 127 58 366 778 366 \ > --point_labels...

enhancement

I would like to make a tutorial video on my channel [SECourses ](https://www.youtube.com/SECourses ) but I don't see gradio interface or such as in your examples If you don't have...

enhancement

Good Morning Thank you for your contribution. I was wondering why you used only Lama for "Remove Anything". Did you find it better suited than Stable Diffusion inpainting?

I am getting an error when I try to run the first example: ```sh python remove_anything.py --input_img ./example/remove-anything/dog.jpg --point_coords 200 450 --point_labels 1 --dilate_kernel_size 15 --output_dir ./results --sam_model_type "vit_h" --sam_ckpt...

installation