You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
turing.jpg
turing.jpg.obj
Please wait. Your image is being processed.
qemu: uncaught target signal 11 (Segmentation fault) - core dumped
/runner/run.sh: line 27: 43 Segmentation fault th main.lua -model 2D-FAN-300W.t7 -input $TMPDIR/$INPUT -detectFaces true -mode generate -output $TMPDIR/$INPUT.txt -device cpu -outputFormat txt
The face detector failed to find your face.
My machine: M1 macOS BigSur
The text was updated successfully, but these errors were encountered:
Tried rebuilding the container under M1 mac with --platform linux/amd64 but no luck. I suspect ancient lua torch has some issues with emulated x86. Maybe it's lacking some intel math features.
After install image
sudo docker pull asjackson/vrn:latest
I run in terminal
MBP-Aleksej:vrn-docker root# docker run --platform linux/amd64 -v $PWD/data:/data:Z asjackson/vrn /runner/run.sh /data/turing.jpg
Then I see it
My machine: M1 macOS BigSur
The text was updated successfully, but these errors were encountered: