Commit Graph

240 Commits (cv2_segfault_repro_1)
 

Author SHA1 Message Date
scito 0d51efde40 repro for https://github.com/opencv/opencv/issues/23072 1 year ago
scito b82d493675 print cv2 version, repro for https://github.com/opencv/opencv/issues/23072 1 year ago
scito 601093642c disable CV 4.6 ci 1 year ago
scito 4b59a1413d try setting enableWinograd(False)
https://github.com/opencv/opencv/issues/23072#issuecomment-1370539641
1 year ago
scito 4766cd764f fix testname 1 year ago
scito c4ab679b6d simplify more 1 year ago
scito 438cfe7ba8 remove not needed code for segfault repro 1 year ago
scito 8b9f61507a fix install pytest 1 year ago
scito 8fb6f4181e simplify 1 year ago
scito 6c14141374 remove module dep 1 year ago
scito f15f240d8c pin versions and disable other test 1 year ago
scito f19438afb9 test cv2 4.6 and 4.7 1 year ago
scito 8f64615231 remove dependencies 1 year ago
scito 2e250684a0 yolo steps 1 year ago
scito 4c3f016cd6 fix order 1 year ago
scito 3816df4929 split qreader.detect() 1 year ago
scito db046a2f32 separate detect and decode 1 year ago
scito 03d3873dac fix repro: do not call main 1 year ago
scito 375d345965 steps in single tests 1 year ago
scito 5e10b26067 qreader substeps 1 year ago
scito 8ffb0a8ccf fix test, add import 1 year ago
scito 9b1f22fe23 add detect and decode 1 year ago
scito 7c672f8791 more specific test 1 year ago
scito 640140b7e4 repro cv2 pytest segfault 1 year ago
scito 19c8e9df23 update docs 1 year ago
scito 13fcdcd022 fix problem of outdated colorama 1 year ago
scito 91b9b3671c ci: add missing colorama 1 year ago
scito be6b9c8a7c ci: mypy only for latest Python on ubuntu 1 year ago
scito 3d61f1d316 ci: use pip install -e . for smoke tests 1 year ago
scito a8559db6e0 ci: mypy only for latest Python on ubuntu 1 year ago
scito 9f725b227f ci: use requirements.txt for smoke tests 1 year ago
scito 869c404489 fix fileinput.input encoding only since Python 3.10 1 year ago
scito 003e122808 ignore types for stdout.reconfigure 1 year ago
scito b3fc854078 colored warn and error messages
- add log_warn() and log_error()
- adapt tests
1 year ago
scito fc1619d9c7 disable verbose unittest for Windows 1 year ago
scito 5be6e9c322 fix finput encoding problem on Windows 1 year ago
scito 739ae4c012 fix pytest.skipif 1 year ago
scito 1af6fe3161 fix camera type and enhance readme with pyzbar problem 1 year ago
scito e311386a15 skip verbose tests for windows as there are encoding problems 1 year ago
scito 496564a605 avoid AttributeError in tests
StringIO in tests do not have all attributes, ignore it
1 year ago
scito 6406fcaef7 set encoding to utf-8 for stdout, needed for Windows 1 year ago
scito 7bb92f00b2 avoid mypy problems for duplicate Final
src/extract_otp_secrets.py:63: error: Incompatible import of "Final"
(imported name has type "typing_extensions._SpecialForm", local name has type "typing._SpecialForm")
[assignment]
1 year ago
scito 965f721caf ci_docker: run smoke tests before building 1 year ago
scito 61cca0c476 import Final from __future__ for Python 3.7 1 year ago
scito ebd4d61f5f try workaround for Python 3.7: must use () for assignments 1 year ago
scito e058010be3 fix docker invalid tags from comments 1 year ago
scito 463a9851be try workaround for Python 3.7: avoid Final in tuple assignments 1 year ago
scito dcbb128e7c try workaround for Python 3.7: do not use Types in Final 1 year ago
scito 1b572fc9ab fix pipenv problem 1 year ago
scito c3e9883216 try workaround for Python 3.7 NORMAL_COLOR = 255, 0, 255 problem 1 year ago