Anshul Paigwar
Anshul Paigwar
In scenario_runner --version 0.1. I found that the FPS of Carla Server drops after every repetition. I think the problem being that actors are not properly destroyed from the server....
While training the network using the command `python ./pytorch/train.py train --config_path=./configs/car.fhd.config --model_dir=model_dir` I get a Segmentation Fault. Seems it is the issue with Numba and jit in the file core/geometry.py....
Multi Client Support in Carla 0.9.x is incredibly useful feature and writing a ros_bridge for the it is also a huge task and I appreciate the efforts. I believe some...
I am facing the problem of memory error with numpy ``` data = np.zeros((int(len(files)/10),10,227,227)) MemoryError ``` I am not able to understand what could be the solution. size of array...