Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

remove anything inference issue #146

Open
bekhzod-olimov opened this issue Mar 12, 2024 · 0 comments
Open

remove anything inference issue #146

bekhzod-olimov opened this issue Mar 12, 2024 · 0 comments

Comments

@bekhzod-olimov
Copy link

Hi guys! I am trying to run inference code provided in the README documentation. I have installed all the requirement libraries, downloaded necessary checkpoints and placed them as it is said in the documentation. I have 4 NVIDIA A100 GPUs (CUDA 12.0) with 40GB each and have enough spaces in all of them. I have used the same script as in the README as follows:

python remove_anything.py --input_img ./example/remove-anything/dog.jpg --coords_type key_in --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

After running the code I have

Aborted (core dumped)

error.

image

What can be the reason for it? And how can I solve it?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant