Barry Pitman

Results 7 comments of Barry Pitman

My changes are here: https://github.com/barrypitman/tensorflow_LPRnet. Edit - sorry I'm getting my repos mixed up. I don't think I solved this issue (maxpool3d layers to maxpool2d)

I don't think so - the name of the service is still hard-coded to "openvpn" in openvpn::deploy::service. The problem with recent versions of OpenVPN & CentOS is that there isn't...

@divyashreepathihalli thanks for the feedback, are there plans to support any keypoint models in keras cv?

So something like this? `input.put((float[]) image.createIndexer(false).array());` I was wondering whether it would be better to pass a pointer to the Mat (and avoid loading the floats into java memory at...

Ideally, it would generate fields with the following types: type="date" -> java.sql.Date type="dateTime" -> java.sql.Timestamp type="base64Binary" -> byte[] But I'm not sure how well that will play with simplexml.