maxbbraun / thermal-face

Fast face detection in thermal images
MIT License
69 stars 13 forks source link

tensorflowjs model #5

Closed kosullivansita closed 4 years ago

kosullivansita commented 4 years ago

I'd like to use this model with Tensorflow.js. The tflite model is not compatible with tensorflowjs. Could you export a tensorflowjs model?

(yes, I know there is lots of info on training the model, but if you still have it setup in Cloud ML, I thought a polite ask to click the export button might save me the effort of setting up my own Cloud ML instance)

https://medium.com/tensorflow/build-and-deploy-tensorflow-js-models-with-the-power-of-automl-1985b8985083

image

maxbbraun commented 4 years ago

Here you go!

thermal_face_tf_js.zip

Note that I haven't tested this.