mjshi
mjshi
> @Qtsho CarlaViz needs internal port 8081 to be mapped out to external port 8081 as well~ and 8081 must be mapped to 8081 on the host. mapping it to...
change ```image = tf.reshape(image, [64, 64, 3])``` to ```image = tf.image.resize_images(image, (64, 64), method=0)```
``` libGL error: No matching fbConfigs or visuals found libGL error: failed to load driver: swrast X Error of failed request: BadValue (integer parameter out of range for operation) Major...