sudo apt-get update sudo apt-get -y install python2.7 sudo apt-get -y install python3.9.2 sudo apt-get -y install pcregrep libpcre++-dev python-dev python2-dev -y ...
This code is to augment clear weather images with controllable amount of rain using our physics-based rendering. It allows evaluating/training algorithms, improving robustness to rain, ...
I've used both pexpect and python's built-in telnetlib somewhat regularly to talk to "dumb" telnet devices. Depending on how complicated the data is, telnetlib might be good enough and will work ...