-
-
Notifications
You must be signed in to change notification settings - Fork 9
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
Problem to import jpeg in AMC #74
Comments
Hi, Do you think you could provide a zip with the necessary files so that I can reproduce the issue locally? Thanks! |
Bonsoir, Par avance merci |
Fichiers sources de l'installation AMC 1.5.0 sur MAC OS Big sur 11.6.1 Le problème est survenu depuis que j'ai du mettre à jour ma version de zbar et imagemagick. N'hésitez pas à me dire si vous avez besoin de plus d'informations et d'autres fichiers. Et voici le message d'erreur complet :
|
Merci pour le zip. Il y a peut-être eu un "breaking change" avec soit imagemagick ou opencv; l'appel à Pour reproduire l'erreur, il me faudrait aussi un zip du projet AMC (si possible) avec les fichiers JPEG scannés. Le projet est dans:
S'il s'agit de documents sensibles, vous pouvez m'envoyer le zip à |
Et si jamais chez-moi
Le dossier ~/projets-QCM est vide vu qu’on le génére avec des scripts et on essaie d’avoir une seule version de script pr Linux et Mac OS.
ça n’a pas posé de problèmes jusqu’à ma mise à jour d’imagemagick…
Bon après-midi,
Sylvie
De : Maël Valais ***@***.***>
Répondre à : maelvls/homebrew-amc ***@***.***>
Date : samedi, 15 janvier 2022 à 11:39
À : maelvls/homebrew-amc ***@***.***>
Cc : Bui Sylvie Lan ***@***.***>, Author ***@***.***>
Objet : Re: [maelvls/homebrew-amc] Problem to import jpeg in AMC (Issue #74)
Merci pour le zip. Il y a peut-être eu un "breaking change" avec soit imagemagick ou opencv; l'appel à createGaussianKernels est par exemple fait dans AMC-detect.cc<https://gitlab.com/jojo_boulix/auto-multiple-choice/-/blob/master/AMC-detect.cc#L218>.
Pour reproduire l'erreur, il me faudrait aussi un zip du projet AMC (si possible) avec les fichiers JPEG scannés. Le projet est dans:
~/projets-QCM/<nom-du-projet>
S'il s'agit de documents sensibles, vous pouvez me les envoyer à ***@***.***
—
Reply to this email directly, view it on GitHub<#74 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AQF2KD2B4PXCQZ6PK4YFVW3UWFFE5ANCNFSM5L7P7V6Q>.
Triage notifications on the go with GitHub Mobile for iOS<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675> or Android<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Good evening,
I have a problem when importing jpegs into AMC.
I have an error message that says for each jpeg: No layout for ID +0/0/0+
and in the logs, I have the following error message:
Warning: unable to close filehandle GEN8 properly: Broken pipe at /usr/local/Cellar/auto-multiple-choice/1.5.0/libexec/lib/perl5/AMC/Subprocess.pm line 115, line 4 during global destruction.
libc++abi: terminating with uncaught exception of type cv::Exception: OpenCV(4.5.4) /tmp/opencv-20220113-79025-13skakl/opencv-4.5.4/modules/imgproc/src/smooth.dispatch.cpp:294: error: (-215:Assertion failed) ksize.width > 0 && ksize.width % 2 == 1 && ksize.height > 0 && ksize.height % 2 == 1 in function 'createGaussianKernels'
Could you please help me?
Thank you in advance
The text was updated successfully, but these errors were encountered: