Abolfazl Karimi

Results 9 comments of Abolfazl Karimi

Thanks! I was able to finish the setup. I got some errors (but not sure whether it will affect using the code): ``` ERROR: pip's dependency resolver does not currently...

I'm having some problems with Vulkan too (on an HPC cluster). Were you able to enable the validation layers?

I had the same issue with both 0.9.14 and 0.9.15, on my Alienware laptop. It seems that the problem is due to the fact that the laptop has two graphics...

I tried `singularity pull docker://carlasim/carla:0.9.15` and `singularity run --nv -e carla_0.9.15.sif /home/carla/CarlaUE4.sh -RenderOffScreen -nosound` but the script exits with code 1: ``` INFO: Setting 'NVIDIA_VISIBLE_DEVICES=all' to emulate legacy GPU binding....

The problem is that singularity immediately returns. The output of `singularity run --nv -e carla_0.9.15.sif nvidia-smi -L` is: ``` GPU 0: NVIDIA A100-PCIE-40GB (UUID: GPU-978777c2-22b9-c0a6-65c2-6164938beca6) GPU 1: NVIDIA A100-PCIE-40GB (UUID:...

My problem was due to Apptainer version and Vulkan: https://github.com/carla-simulator/carla/issues/6374#issuecomment-2159170451

For anyone else having a similar problem with vulkan: The cause was that Apptainer was not mounting the Vulkan drivers into my singularity container properly. The admins updated Apptainer to...

I just need a release version, for testing similar to [BehAVExplor](https://github.com/MingfeiCheng/BehAVExplor) and [ABLE](https://dl.acm.org/doi/abs/10.1145/3597926.3598108). The HPC cluster is UNC's [Longleaf](https://help.rc.unc.edu/longleaf-cluster/) and I connect to it remotely via UNC's VPN.

Yes, the nodes on the cluster run Red Hat Enterprise Linux. I run my programs on them as an Ubuntu image (using Singularity). I was able to port [Carla's docker...