DocGarbanzo
DocGarbanzo
I've just tried this on my RPi with bullseye and it works without problems. What does `uname -a` give you? I see: ```bash (env5) pi@donkeypi:~/projects/donkeycar $ uname -a Linux donkeypi...
Did you run the usual `sudo apt-get update/upgrade`? Maybe if you comment out tensorflow from setup.py and try installing everything else to see if you get some funny versions. Here...
@BrianHenryIE - Newer versions of tensorflow are not build with TensorRT support any longer. The idea for using TRT in the tf 2.9 branch is to train the model in...
We have to think about setting up GH actions for that, as atm it doesn't seem to be possible to create the GH action conda env from multiple yaml files....
Yes, in the current setup that would work. But there are other augmentations, like CoarseDropout for example, which might be quite useful (one can play with them here: https://demo.albumentations.ai/). However,...
@Ahrovan - there is a branch `Update-to-tf-2_9` in the donkeydocs repo which contains the installation instructions for the `tf_2_9` branch. Feel free to try this out and let us know...
> * JP502 installed on Javier NX > > * Step 1 > > > ``` > wget https://github.com/conda-forge/miniforge/releases/latest/download/Mambaforge-Linux-aarch64.sh > chmod u+x Mambaforge-Linux-aarch64.sh > ./Mambaforge-Linux-aarch64.sh > ``` > > *...
@Ahrovan - can you check that you have the same image setting on your trained model as well as on your robot. I.e. `IMAGE_W, IMAGE_H` in your `myconfig.py`? The `tf_2_9`...
@sherifayantayo - there should be no `picamera` in your venv's `site-packages` path, as @TCIII and @zlite already mentioned. We are now using `picamera2`. For me, `picamera2` is already part of...
@coryjfowler - for me the link on https://docs.donkeycar.com/guide/build_hardware/#overview works in Safari & Chrome.