mit-cml / appinventor-extensions

Source code of extensions published for MIT App Inventor
Apache License 2.0
86 stars 95 forks source link

use look extension with Pre-trained TensorFlow.js models #30

Closed 408881465 closed 4 years ago

408881465 commented 4 years ago

Hi there,

I want to use Look Extenxion with Pre-trained TensorFlow.js models,for example mobilenet model. How can I do it?

BR

ewpatton commented 4 years ago

@408881465 The Look extension already uses Mobilenet, so if you just want to upgrade it with a newer model all you have to do is replace the existing model with the new model and update the list of files in the @UsesAssets annotation in Look.java.

We're working on some new developer materials to walk through how to build a TensorFlow.js extension from scratch, so you may want to keep an eye out for that. We'll announce it via the open source development group

ewpatton commented 4 years ago

@408881465 Please repost this on the open source extensions category on the community site. It is not an issue with the extension but your modification thereof.

408881465 commented 4 years ago

@408881465 Please repost this on the open source extensions category on the community site. It is not an issue with the extension but your modification thereof.

OK Thanks.