Ragavendran Bala

Results 9 issues of Ragavendran Bala

Hi @terryky , I want to load the hairsegmentation model in python but when i try to initialize the tflite model in interpreter, it always showing MaxPoolingWithArgmax2D ops error. Can...

### SPECIFIC ISSUE ENCOUNTERED While walking continuously to use SLAM, ARCore's world Up started to go up and goes beyond the acceptable limit when the distance get increases(also Tested With...

https://forum.heroiclabs.com/t/extra-players-on-the-room-than-max-count/1737 link for the issue

C#

Make the app to work on rooted phones. Without asking adb.

## The Cursor will animate or change based on the interactor it touching, Say if I want to scale an object and move the cursor towards the scalable edges, the...

Feature Request
MRTK3

## Follow me Toggle is not Available for Slate UI which is available on MRTK3 ## To reproduce Steps to reproduce the behavior: 1. Clone the MRTKDevTemplate file from mrtk3...

Bug
MRTK3

I'm planning to create an app in Unity3D using barracuda. the model size seems larger than expected. Can you help me to create a low size models like tflite?

public Texture2D tex; var tex1 = TextureOps.Scale(tex, tex.width / 2, tex.height / 2, tex.format); yield return null; originalImage.sprite = Sprite.Create(tex1, new Rect(0, 0, tex1.width, tex1.height), new Vector2(0.5f, 0.5f), 100f, 0,...

bug

![image](https://github.com/highcharts/highcharts-react/assets/32410475/b4aae9ab-1dec-4224-93f3-bc88a1d4f94a) CPU output ![image](https://github.com/highcharts/highcharts-react/assets/32410475/4a99c13e-afad-46dd-843e-70e4fd2bf9c8) GPU output Code : import HighchartsBoost from 'highcharts/modules/boost'; HighchartsBoost(Highcharts) boost: { enabled: true, allowForce: true, pixelRatio: 2, seriesThreshold: 50, useGPUTranslations: true, usePreallocated: false } I don't...