Results 4 comments of Dorozhko Anton

As an option, it is possible to fork your preferred backend and introduce a decryption function directly inside model loading.

the environment is defined by https://github.com/Dorozhko-Anton/clandmark_docker/blob/master/Dockerfile so I've checked that **without python bindings** everything is ok. with python bindings cmake cant find both packages(clandmark, flandmark) and require to manualy set...

yes, I've tried `make && make install` without python_bindings, then turn bindings ON. still the same errors about clandmark and flandmark files. If I type in directories with corresponding cmake...

these commands to patch from CLI worked for me ``` grep -rl np.int . | xargs sed -i 's/np.int/int/g' grep -rl np.bool . | xargs sed -i 's/np.bool/bool/g' grep -rl...