Spaces:
Running
Running
File size: 352 Bytes
89faa14 |
1 2 3 4 5 6 7 8 9 10 11 12 13 |
python fill_anything.py \
--input_img ./example/fill-anything/sample1.png \
--coords_type key_in \
--point_coords 750 500 \
--point_labels 1 \
--text_prompt "a teddy bear on a bench" \
--dilate_kernel_size 50 \
--output_dir ./results \
--sam_model_type "vit_t" \
--sam_ckpt ./weights/mobile_sam.pt
|