Josiah Coad

Results 9 comments of Josiah Coad

When I make the suggestions that @nonjosh recommended, the following code block fails: ``` from keras_segmentation.models.unet import vgg_unet model = vgg_unet(n_classes=50 , input_height=320, input_width=640 ) ``` with ``` ---> 36...

I am having the same issue! @varunjammula I am running 0.8.2 Carla. Same issue when running driving_benchmark_example.py in the PythonClient. Windows 10

Bump allowing something like. `chalice deploy -e "my_var=${GITLAB_VAR}"` I am using github actions for CICD and this would allow me to inject env vars stored in github secrets.

Thank you for your response! So on my MacOS the model loads very quickly... just Windows 10 it has issues (tried it on two different Windows 10 computers). I mentioned...

Using donkey sim "SDSandbox v 20.5.16". I've tried several things: 1. launching sim before running script (without setting env var DONKEY_SIM_PATH) 2. not launching sim before running script (with setting...

Oh I see, that's unfortunate. the linked sim in the README is just for linux (unless I were to build it myself). Looking forward to your next release!

Well, I did get a different result. Now I get (after setting the env var DONKEY_SIM_PATH but without launching the sim first) ``` ... Waiting for sim to start...if the...

yeah channels-api is too old, requires graphene-django 2 when we are now on 3. Dissapointing. Looked promising!