Pablo Villanueva Domingo

Results 49 comments of Pablo Villanueva Domingo

@Infinity2118 can you check if you have `model-10.pt` inside the folder `results`? It automatically saves there the checkpoints by default.

@Daraan thanks for your changes, now we can approve the PR.

Each version of the leaderboard is expected to be run with a correspondent version of the carla simulator, to ensure that there are no mismatches between versions. Leaderboard 1 works...

Could you try running with the flag `./CarlaUE4.sh -prefernvidia`, just in case it is not pointing towards the correct gpu?

A couple of updates on my issue: - I have checked that the following super minimal code also freezes and does not get to the second print: ```python import lightning...

Another update: the program does not get to output the info regarding available GPU, TPU etc, so it freezes before that. To check when exactly, I put some prints inside...

Yes, seems that using python 3.10 it does not freeze anymore. Thanks for the answer!

It does not seem a Carla problem, but more a opencv related one. If opencv is installed correctly, you may find `opencv-python` in the list of pip packages when doing...

> Thanks for the answer! I can find opencv in the list of pip packages while using anaconda prompt (With normal cmd not) .But when I try `python3 -c "import...