Jonas Jongejan

Results 62 comments of Jonas Jongejan

We do not have any plans at the moment for making any updates to the dataset.

There is no REST api for teachable machine, all the training is happening in the browser. The library in this repo gives the capabilities for training, and we also have...

The code seems correct to me. The internals of the two algorithms are very different in terms of 3d pose estimation. The method used in this addon might very well...

Which type of model are you training? (image/audio/pose)

The model is standard Mobilenet v2 without tops, and then an added a new top layer for the custom transfer learning. https://github.com/googlecreativelab/teachablemachine-community/blob/master/libraries/image/src/custom-mobilenet.ts#L303

The model we load is an unmodified version of mobilenet v2 with alpha 0.35, image size 224. The model takes rgb. Then after truncaing the top layer, all we do...

Any chance you can share an example where this is clear? Both the teachable machine project and the python code you use to validate? We have had a suspicion that...

Tensorflow.js requires that you specify the protocol when loading a model, so you need to expand that path to the full path of where you are hosting the model file,...

Sorry, but I don't understand your problem. Don't know what rtc1 means

I'm sorry, I dont have experience with visual studio. I would probably recommend you look at ofxDlib