Uriel Chemouni

Results 114 comments of Uriel Chemouni

tested with nodejs 14 and it works: ``` npm version 6.14.13 node version v14.17.3 cmake version 3.21.0 ``` ``` brew uninstall opencv npm uninstall -g opencv-build opencv4nodejs npm uninstall opencv-build...

opencv4nodejs can not be installed globally; I did not patch that in my fork because I use a new env variable named `OPENCV_BUILD_ROOT`: ```bash export OPENCV_BUILD_ROOT="~/OpenCV" ``` So all my...

Hi, Great news for those people that do not want to build their OpenCV: I published @u4/opencv4nodejs V 6.2.4 today, This version autodetects the common setup path for Brew on...

I'm working in cross-environment, currently on M1, send me the lines to reproduce the error, I will be happy to fix it.

This project is not maintained anymore try with [@u4/opencv4nodejs](https://www.npmjs.com/package/@u4/opencv4nodejs)

I did not xmodules define anywhere in the code, I had to define a new one in my fork [the change](https://github.com/UrielCh/opencv4nodejs/blob/73cab5074f8c319ffacbe4e2b04537cd3567e7bb/lib/opencv4nodejs.ts#L26) the fork: [@u4/opencv4nodejs](https://www.npmjs.com/package/@u4/opencv4nodejs)

Okey tried again in python this time, and I get the following error: ```bash ./darknet detector train /home/uriel/learnopencv/YOLOv3-Training-Snowman-Detector/darknet.data /home/uriel/learnopencv/YOLOv3-Training-Snowman-Detector/darknet-yolov3.cfg ./darknet53.conv.74 > train.log layer filters size input output 0 conv 32...

the solution looks to be here: https://github.com/pjreddie/darknet/issues/1419 I'm waiting for the training to be complete. Any idea of the CPU renders time... Any prebuilt model for this sample, I just...

Conversion completed, but I get arrays of NaN in my final matrix. :unamused: