-
Hi @ai-tor
Thanks very much for your script. I'm playing around it these days, and successfully extract the images. However, I met a problem on extract the steering angle, throttle position and br…
-
Hi,
I was looking for ROS support for Deepdrive. I understand that the code base is in python and I can use python to write sensor drivers that can publish the messages over ROS but I was wondering …
-
Hi,
I received an error with the following line in Windows 10 Home using the python script as-is:
https://github.com/deepdrive/deepdrive/blob/master/install.py#L68
Somehow, the command-line a…
-
(First, please check https://github.com/openai/universe/wiki/Solutions-to-common-problems for solutions to many common problems)
### Expected behavior
Are you going to release GTA V later or not? …
-
Thanks for the awesome works!
I am now trying to train my own model in this platform. The first step is to download the training data from AWS.
After I use `aws s3 sync s3://deepdrive/data/basel…
-
can the network weights for that be released
-
Not finding proper way to install it in windows 10.
Docker is installed, compose is installed but when i am installing deepdrive facing many issues.
Please help as soon as possible.
-
I can run demo.py using the ckpt file you provided. And I decided to train the net myself.
training seems ok. but when i using the model trained by myself to run demo.py.
I got this error.I am real…
-
i wrote a simple cython file which only has one actor with __init__ function, build and setup it.
```
@ray.remote
class SelfPlayer(object):
def __init__(self):
os.environ["CUDA_VISIBL…
-
Hi
I'm working on Ubuntu with the precompiled CNTK 2.0rc1 library.
The following simple application does produce an error when loading configuration files with the EvalDLL Interface:
```cpp
…