Chanchana Sornsoontorn

Results 31 issues of Chanchana Sornsoontorn

For example, I have a bunch of real numbers (camera image from headset) as input and I want to predict where my left hand is relative to the camera (4...

![image](https://user-images.githubusercontent.com/15215732/65568215-28d0e780-df83-11e9-9bd4-54b56d43a00f.png) As you see in the image, the background color is broken after `True` keyword appears. How do I get around this problem?

Try the following code to test speed of print() vs ic(): ```py from icecream import ic from time import time start = time() for i in range(1000): print("i:", i) stop...

Try `:ArgWrap` this piece of code: ```js data: {text: 1, anotherText: "it's me", bool: true} ``` You will find that it stops splitting after the 2nd comma. My guess is...

1. Output from your software is floating point values for x,y but `dlib` requires them to be integers. 2. Encoding of the file does not match `dlib`. You output `UTF-8`...

bug

Does this headset support Asynchronous Timewarp (Reprojection)?

question

Suppose I train a ML model to classify human face (from direct frontal angle in a day environment) as either male or female on a large labeled dataset. Let call...

I trained a dataset with sample weight using 3 algos: LightGBM, Xgboost, and CatBoost. I found that the learning curve chart for CatBoost doesn't take into account the sample weight...

bug
help wanted
good first issue

When I chose `average_precision` as the eval_metric, `automl.fit()` responded with this warning repeatedly: ```py Failed to optimize method "evaluate" in the passed object: Failed in nopython mode pipeline (step: nopython...

bug
help wanted

If I feed month values as 0,1,2,...,11 will MLJar detect this as continuous or categorical? Basically I don't want the model to come up with a threshold to separate the...

docs