Benjamin Tan Wei Hao
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:   
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): 
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...