[GitHub] wkcn commented on issue #8569: The conflict between MXNet and OpenCV

2017-11-06 Thread GitBox
wkcn commented on issue #8569: The conflict between MXNet and OpenCV URL: https://github.com/apache/incubator-mxnet/issues/8569#issuecomment-342399903 I think the reason is that `gperftools` or `jemalloc` replaces **the memory allocator** including `malloc`, however `python-opencv` uses th

[GitHub] wkcn commented on issue #8569: The conflict between MXNet and OpenCV

2017-11-06 Thread GitBox
wkcn commented on issue #8569: The conflict between MXNet and OpenCV URL: https://github.com/apache/incubator-mxnet/issues/8569#issuecomment-342399903 I think the reason is that `gperftools` or `jemalloc` replaces **the memory allocator** including `malloc`, however `python-opencv` uses th

[GitHub] wkcn commented on issue #8569: The conflict between MXNet and OpenCV

2017-11-10 Thread GitBox
wkcn commented on issue #8569: The conflict between MXNet and OpenCV URL: https://github.com/apache/incubator-mxnet/issues/8569#issuecomment-343424178 @KellenSunderland The crash will occur too if importing cv2 after mxnet with `gperftools`. I set `USE_GPERFTOOLS = 0` and `USE_JEMALLOC

[GitHub] wkcn commented on issue #8569: The conflict between MXNet and OpenCV

2017-11-10 Thread GitBox
wkcn commented on issue #8569: The conflict between MXNet and OpenCV URL: https://github.com/apache/incubator-mxnet/issues/8569#issuecomment-343458075 @KellenSunderland Thank you! This is an automated message from the Apache

[GitHub] wkcn commented on issue #8569: The conflict between MXNet and OpenCV

2018-07-10 Thread GitBox
wkcn commented on issue #8569: The conflict between MXNet and OpenCV URL: https://github.com/apache/incubator-mxnet/issues/8569#issuecomment-404021480 @tequilaguru Thank you! I will try it next time. This is an automated mess