opencv/modules/dnn
Vincent Rabaud ad568edd7f Remove references to deprecated NumPy type aliases.
This change replaces references to a number of deprecated NumPy
type aliases (np.bool, np.int, np.float, np.complex, np.object,
np.str) with their recommended replacement (bool, int, float,
complex, object, str).

Those types were deprecated in 1.20 and are removed in 1.24,
cf https://github.com/numpy/numpy/pull/22607.
2022-12-23 13:53:49 +03:00
..
cmake dnn: plugin support for OpenVINO 2022-10-07 16:57:31 +00:00
include/opencv2 dnn: add the CANN backend (#22634) 2022-12-21 09:04:41 +03:00
misc dnn: plugin support for OpenVINO 2022-10-07 16:57:31 +00:00
perf Merge pull request #22840 from zihaomu:optimze_conv_memory_usage 2022-12-08 12:57:13 +00:00
src dnn: add the CANN backend (#22634) 2022-12-21 09:04:41 +03:00
test Remove references to deprecated NumPy type aliases. 2022-12-23 13:53:49 +03:00
CMakeLists.txt dnn: add the CANN backend (#22634) 2022-12-21 09:04:41 +03:00