Rainer Bareiß
Rainer Bareiß
There are two cameras present on your orin. typically /dev/video0 is the CSI and /dev/video1 should be USB. You seem to try using /dev/video0 as WEBCAM which results in the...
1. can you please paste a link to your myconfig.py 2. have you successfully tested the usb camera with other code like https://github.com/connected-autonomous-mobility/installDonkeycarJetsonNanoJP46-v2/blob/main/tests/test_camera-usb.py
trying to reproduce with the following set of parameters: ``` DEFAULT_MODEL_TYPE = 'linear' #DEFAULT_MODEL_TYPE = 'tensorrt_linear' BATCH_SIZE = 8#16 # 8 #128 #how many records to use when doing one...
training successful (with one exception: see last lines) after setting BATCH_SIZE = 1 BUT waiting time ca. 20min for compiling ``` (donkey) rainer@donkeynano11:~/data/d2$ python train.py --tub=data/tub_7_23-06-05/ --model=models/trt1 ________ ______ _________...
my conclusion so far: we need to rebuild tensorflow with „compute_53“ capability (should be asked during building process) as caching failed, see comments by [Brian](https://github.com/BrianHenryIE). However, this is a quick...
> I seem to have found a fix, for Ubuntu and macOS > > 1. /login > > > Complete those steps to get the API Error: 401 > >...