Jonas Jongejan

Results 62 comments of Jonas Jongejan

Nice one, yeah I've unfortunately not had any projects that gave me an opportunity to update the library. Would you be interesting creating a PR with these changes to this...

The alignment is handled by ARCore Cloud Anchors. The documentation is probably the best at explaining it: https://developers.google.com/ar/develop/java/cloud-anchors/overview-android

I would add the data the same way the line width data is passed to the shader in the [renderer](https://github.com/googlecreativelab/justaline-android/blob/master/app/src/main/java/com/arexperiments/justaline/rendering/LineShaderRenderer.java#L545) And then in the [shader](https://github.com/googlecreativelab/justaline-android/blob/master/app/src/main/res/raw/line_frag.glsl) use that data to manipulate...

The project generator has the same bug :)

Hi, I'm wondering if the issue is that you don't have webpack installed, I see now that its not documented in the readme. Try to run `npm install -g webpack`...

Thanks a lot for this report! We are going to take a look at this

We got a fix in place, so hopefully it should be in the appstore within not too many days.

Sorry, I dont have a date. It is under review in the app store.

Great question. I understand why you intuitively would think so, but they way to think about it is, say you teach it two classes, all that the model knows about...

It is not possible with the current KNN classifier implementation. Currently its setup determine which cluster of training images the current live image is the most similar to, but not...