Benjamin Tan Wei Hao

Results 18 comments of Benjamin Tan Wei Hao

I'm seeing this too, and have filed an issue https://github.com/philkr/gamehook_gtav/issues/9. Interestingly, this shows on the retail version of GTA V rather than the Steam version for me

So I managed to reproduce this when I was messing with the settings. For reference, these settings work for me: ![settings1](https://user-images.githubusercontent.com/861236/47547103-ac72f600-d926-11e8-8d0b-c278b6404927.PNG) ![settings2](https://user-images.githubusercontent.com/861236/47547104-ac72f600-d926-11e8-8ae9-44711a5a5d5c.PNG) ![settings3](https://user-images.githubusercontent.com/861236/47547105-ac72f600-d926-11e8-85a1-3e8f553fa167.PNG)

So far the culprit seems to be the `Grass Quality`. When set to anything higher than `Normal`, the error shows up. I managed to set most of the other settings...

I have a similar use case. I'm having troubles with `bento push` where the second step which builds the Bento Docker image fails. I suspect that this might be due...

Thanks, that makes sense. Is there a way to get patches like these though (without resorting to renderdoc): ![capture](https://user-images.githubusercontent.com/861236/47710989-18c75f80-dc6f-11e8-8e56-2cd8d997af57.PNG)

Yup it's taken from there :). I don't really need lane markings, just the entire road.

Here's something that I came up with: ```python import logging import os import requests from urllib.parse import parse_qs host = 'https://your.inference.service' def get_auth_session_token(host): response = requests.get(host, verify=False, allow_redirects=False) location =...

You can translate the Python code and do it in Java too. There's nothing specific to Python in the code. :) On Thu, Nov 11, 2021 at 3:11 PM LiuZhiYuan123456...

Thanks for reporting the bug for me! Here's what I've tried so far: `cat "$(bentoml get iris_classifier:e7q3gzam7sgyuh3p -o path)/env/docker/Dockerfile" > Dockerfile.template` And try adding `mode=0777` but I still hit into...

Some updates! I've discovered that the main issue seems to stem from the nodes using the Container-Optimized OS from Google. What I did: 1. Provision a node pool using the...