I have docker running and run
docker run -it --rm \ -v "INPUT_DIR" \ -v "OUTPUT_DIR" \ dullage/eyelign:latest
It tells me this and hangs:
qemu: uncaught target signal 4 (Illegal instruction) - core dumped
I am running the command in a directory with INPUT_DIR and OUTPUT_DIR exist and INPUT_DIR has all the images as jpg files.
I have docker running and run
docker run -it --rm \ -v "INPUT_DIR" \ -v "OUTPUT_DIR" \ dullage/eyelign:latestIt tells me this and hangs:
qemu: uncaught target signal 4 (Illegal instruction) - core dumpedI am running the command in a directory with INPUT_DIR and OUTPUT_DIR exist and INPUT_DIR has all the images as jpg files.