Closed plysdyret closed 3 years ago
Check your ml_sequence in mlapiconfig.ini - something is malformed
Check your ml_sequence in mlapiconfig.ini - something is malformed
Thanks. Not entirely sure what was malformed but cutting it down did the trick.
Any suggestions for these errors in the zm log which are new since upgrading to 6.1.7?
01/12/21 21:39:56.547528 web_php[9952].ERR [192.168.40.5] [OPT_USE_AUTH is turned off. Tokens will be null] at /usr/share/zoneminder/www/api/app/Controller/HostController.php line 116
This should perhaps be a warning instead?
ERR [zmesdetect_m6] [Error running model: OpenCV(4.3.0) /io/opencv/modules/dnn/src/darknet/darknet_io.cpp:821: error: (-212:Parsing error) Unsupported activation: mish in function 'ReadDarknetFromCfgStream'
I need to upgrade OpenCV?
ERR [zmesdetect_m6] [Error running model: OpenCV(4.3.0) /io/opencv/modules/dnn/src/darknet/darknet_io.cpp:821: error: (-212:Parsing error) Unsupported activation: mish in function 'ReadDarknetFromCfgStream'
I need to upgrade OpenCV?
My mlapi box had opencv 4.4.0 from source and that worked after the upgrade. The zoneminder box had 4.3.0.36 installed with pip and that failed. Upgraded to 4.5.1.48 and the error went away.
There's a comment in the documentation[1] about needing at least version 4.1.1, perhaps that needs to be bumped up a bit?
[1] https://zmeventnotification.readthedocs.io/en/latest/guides/hooks.html#installation
My mlapi box had opencv 4.4.0 from source and that worked after the upgrade. The zoneminder box had 4.3.0.36 installed with pip and that failed. Upgraded to 4.5.1.48 and the error went away.
There's a comment in the documentation[1] about needing at least version 4.1.1, perhaps that needs to be bumped up a bit?
Ah, probably because the zoneminder box didn't use yolo4 before the upgrade, and you state 4.3+ is needed for that. My bad.
Updated the eventserver to 6.1.7 and it seems to run fine, tried in manuel mode.
Updated mlapi and hitting this:
Any suggestions? Did I miss something obvious?