zengxianyu / crfill

CR-Fill: Generative Image Inpainting with Auxiliary Contextual Reconstruction. ICCV 2021
Other
225 stars 43 forks source link

Can't run demo: ./demo.sh: line 11: 25630 Illegal instruction: 4 python demo.py .... #22

Open roimulia2 opened 2 years ago

roimulia2 commented 2 years ago

I successfully created the enviorment, but when trying to run the demo I'm getting the following error:

./demo.sh: line 11: 25630 Illegal instruction: 4 python demo.py --name objrmv --dataset_mode testimage --model inpaint --netG baseconv --which_epoch latest --image_dir ./datasets/places2sample1k_val/places2samples1k_crop256 --mask_dir ./datasets/places2sample1k_val/places2samples1k_25

I'm using the newest Macbook (M1 Max Chip). Could this be related to the issue?

zengxianyu commented 2 years ago

this code only has been tested on ubuntu