open-adas icon indicating copy to clipboard operation
open-adas copied to clipboard

An open source advanced driver assistance system (ADAS) that uses Jetson Nano as the hardware. Features: Traffic sign detection, Forward collision warning, Lane departure warning.

Results 9 open-adas issues
Sort by recently updated
recently updated
newest added

Password of Image please Can you please share me the image password, i'm unable to login. Thank you in advance _Originally posted by @aatifd in https://github.com/vietanhdev/open-adas/issues/10#issuecomment-1080515683_

Hi, thanks for your works. It seems the LDW sample video was created with Carla. Also, there is a data file for this video sample with this parameters: * CameraCalibration...

I use your sd image and build a OpenAdas from the master branch. When I run ./OpenADAS, I got a crash below: Loading TensorRT engine file at: models/traffic_sign/traffic_sign_classification_resnet18_64.engine 15 TensorRT...

Hello. I'm going to run openadas on a video I got from a simulator. I place the video file and data file in proper directories and then run the program:...

I started up the SD card image with a 5" screen I have but it isn't touch. If I ALT+F4 out of the application I cannot find a terminal or...

after cmake.. command i used make command to compile ,but iam getting below errors [ 9%] Building CUDA object src/perception/common/onnx_models/onnx-tensorrt/CMakeFiles/nvonnxparser_plugin.dir/FancyActivation.cu.o /home/chiplogic/adas_c++_github/open-adas/src/perception/common/onnx_models/onnx-tensorrt/plugin.hpp(40): error: incomplete type is not allowed class Plugin :...

I am running on ubuntu on Jetson nano, so I modified the GPU_ ARCHS=53, when I execute ”cmake -DCUDA_INCLUDE_DIRS=/usr/local/cuda-10.2/include .. “,The following error was reported. Also, my TensorRT version is...

Initially, the source is written on the CPU side and after execution on the CPU side, profiling and performance wise the code is shifted to the device side like on...