After installing the latest object detection server and calibration software on my Ubuntu 18.04 PC, I am not having any luck with our TART system in SA.
For reference, the image produced looks as follows:

Just for reference, this calibration was run using the following:
sudo docker run --rm -d -e TART_LOGIN_PW=SAPWD -e TART_API=http://146.232.222.105 -v ~/calibration_results:/app --name=cal -it tart_calibration_server
Then I did:
docker exec -it cal bash
And when inside the bash attached to this docker machine, I executed the following:
sh /tart_calibrate.sh
The following output snippet was produced:
...
Calibration output is in /app/cal_2019_02_20_15_38_37.json
SUCCESS
Uploading new antenna positions
SUCCESS
There is a directory in my $HOME with the following content:
dludick@danie-ubuntu-desktop:~/calibration_results$ ls -als
total 28
4 drwxr-xr-x 5 dludick dludick 4096 Feb 21 07:00 .
4 drwxr-xr-x 55 dludick dludick 4096 Feb 18 09:22 ..
4 -rw-r--r-- 1 root root 3510 Feb 20 19:28 cal_2019_02_20_15_36_28.json
4 -rw-r--r-- 1 root root 3491 Feb 20 19:28 cal_2019_02_20_15_38_37.json
0 -rw-r--r-- 1 root root 0 Feb 21 07:00 calibrate.log
4 drwxr-xr-x 2 root root 4096 Feb 18 08:47 calibration_2019_02_18_06_47_55
4 drwxr-xr-x 2 root root 4096 Feb 18 08:50 calibration_2019_02_18_06_50_22
4 drwxr-xr-x 2 root root 4096 Feb 21 07:00 calibration_2019_02_21_05_00_37
I have attached now the file cal_2019_02_20_15_38_37.json (added .txt extension to get it on GitHub):
cal_2019_02_20_15_38_37.json.txt
After installing the latest object detection server and calibration software on my Ubuntu 18.04 PC, I am not having any luck with our TART system in SA.
For reference, the image produced looks as follows:
Just for reference, this calibration was run using the following:
Then I did:
And when inside the bash attached to this docker machine, I executed the following:
The following output snippet was produced:
There is a directory in my $HOME with the following content:
I have attached now the file cal_2019_02_20_15_38_37.json (added .txt extension to get it on GitHub):
cal_2019_02_20_15_38_37.json.txt