Amit Moryossef
Amit Moryossef
### Problem Every user entering the app sees `English`->`United States` for translation, and needs to select a language, even if they: - Are not using an English language browser -...
Not an actual issue, more of a clarification request. I'm trying to do hand pose estimation to a video. Given this video:  This is what OpenPose returns:  It...
### Description I am trying to add this custom element generated with Stencil to YouTube, which uses the `custom-elements-es5-adapter`. However, if I use esm code, I get one type of...
As discussed in person, I am interested in using this to translate from SignWriting to spoke language text. SignWriting, can be linearly represented like so: However the way it is...
(related to #3548) ### Description in Safari in iOS, I can see the "mixed reality" button, while wrapped in a native app, using capacitor, it does not show. Anyway, even...
### Prerequisites - [X] I have read the [Contributing Guidelines](https://github.com/ionic-team/ionic-framework/blob/main/.github/CONTRIBUTING.md#creating-an-issue). - [X] I agree to follow the [Code of Conduct](https://ionicframework.com/code-of-conduct). - [X] I have searched for [existing issues](https://github.com/ionic-team/ionic-framework/issues) that already...
**System information** - TensorFlow.js version: 4.10.0 **Describe the current behavior** There has been lots of discussion about model prediction with correct batchnorm norms (https://github.com/tensorflow/tfjs/issues/3152) which comes down to: ```ts model.apply(tensor,...
This pull request fixes #1103 Changes here are complete (this works), but we might want to figure out a different solution, in case this is too much hardcoding for you...
There are four metrics available here https://github.com/sign-language-processing/signwriting-evaluation that I would like to report. How can I add custom metrics? (I would like to optimize for one of the metrics)
I would like the option to instead of translating using pixels, translate relative to the view, so it will be in `vw` and `vh` for x and y respectively, and...