WoohyungLee
WoohyungLee
Hi, I replaced the !curl -LJO https://huggingface.co/smartywu/big-lama/resolve/main/big-lama.zip and edited /content/lama/saicinpainting/training/modules/fake_fakes.py, you need to change from kornia import SamplePadding to from kornia.constants import SamplePadding. However, it still not work for me....
yes I can only interact with webview. " I changed the TLabWebViewinputlister.cs which use the left and right gaze instead of using PointerEventData. However I could not found the scripts...
ty for detail explaination, now I tried to make the webview scroll using eye gaze For this can make an api called ScrollTo for us to use? public void SimulateScroll(int...
Thanks you for response. To activate the keyboard object, I added two methods to the TlabVRkeyBoard scripts file: public void HideKeyboard(bool active) { m_keyBOX.SetActive(!active); } public void ShowKeyboard(bool active) {...
ty for your fast feedback. I will try it
I have a further question I'd like to ask. The event listener code you provided as an example is designed to respond to scroll events. I'm curious about how to...
Thanks for your detail explanation. I updated TLabWebViewVR-OculusIntegration-2022. and made TLabWebView.AddEventListener() like below. public void AddEventListener() { string jsCode = @" const inputs = document.getElementsByTagName('input'); for (const input of inputs)...
Does this mean that to execute the above method, I need to use the TLAB folder from the TLabWebViewVR repository? I would also like to know if the TLAB asset...
Thanks you for your detailed explanation. I updated TLabWebView-OculusIntegration2022 and I added AddEventListener() in TLabWebView like below public void AddEventListener() { string jsCode = @" const inputs = document.getElementsByTagName('input'); for...
I'm sorry, but I'm beginning to understand less and less. In which script should the `OnMessage` function be included? Is it correct to use it within the `TLabWebView` script? Also,...