Deep Stream and Digits with Bionic Beaver

I will upgrade my system to Ubuntu 18.04 when it is released on Thursday.

Do we know if this will affect the running of Deep Stream and Digits yet?

Hi,

We don’t verify the DeepStream SDK and DIGITs on Ubuntu 18.04 since it is not available yet.
It’s recommended to give it a try first and post a topic here if any issue.

Thanks.

Thanks. Release of Bionic Beaver as LTS is on Thursday

It comes with Caffe ready built so I will see how I get on

It will be good to see if it overcomes some of the problems I have been having

Thanks and also welcome to share information with us.

Bit of a hickup with the download. Graphics turned off on reboot.

Building a recovery disk to try again.

Back to you on Monday or Tuesday when I will try the Two Days (years?) to a Demo again.

Jetpack doesn’t like 18.04

It gives me a warning and then bombs out with a missing file.

Back to you on Monday as I am teaching in Morocco. Deep Learning Tutorial | 6th International Conference on Multimedia Computing and Systems (ICMCS'18)

NVIDIA_JETPACK/_installer$ ./start_up.sh
grep: ./local.cfg.tmp: No such file or directory
mv: cannot stat ‘JetPack_Uninstaller’: No such file or directory
./Launcher: error while loading shared libraries: libpng12.so.0: cannot open shared object file: No such file or directory

looks like an ubuntu 18 issue… could be common for many it would seem, as on second look I cannot find an arm version for bionic. It may need compiled if no other option, common with brand new OS’s.

hopefully this helps. cheers

https://packages.ubuntu.com/bionic/arm64/libpng12-0/download

Apologies, at work, so working on an amd64 device, but should be similar if not the same steps for arm hopefully presuming dependencies aren’t missing, i just haven’t verified for certain and many variables, deps, versioning, etc…

wget Download LIBPNG: PNG reference library from SourceForge.net
tar -xvf libpng-1.2.59.tar.gz
cd libpng-1.2.59/
sudo bash configure --prefix=/usr/local/libpng
sudo make install

carpe diem