This is a guide on how to install Caffe for Ubuntu 16.04 and above, without GPU support (No CUDA required).
sudo apt-get install libopencv-dev python-opencv
| <canvas id="canvas"></canvas> | |
| <script> | |
| (async () => { | |
| const response = await fetch('./0000.bmp'); | |
| const arraybuffer = await response.arrayBuffer(); | |
| const dataview = new DataView(arraybuffer); | |
| const offset = dataview.getUint32(10, true); | |
| const width = dataview.getUint32(18, true); | |
| let height = dataview.getInt32(22, true); |
| // How to download telegram sticker images | |
| /* | |
| 1. Go to Telegram Web; | |
| 2. Open console (F12); | |
| 3. Paste the code below in the console and press Enter; | |
| 4. Open your stickers menu and make sure you see the sticker pack you want to download (so Telegram will load it). | |
| 5. At the console paste and run "downloadStickers()" any time you want to download a pack. | |
| 6. [Convert .webm to another format](http://www.freewaregenius.com/convert-webp-image-format-jpg-png-format/); | |
| 7. Happy hacking. |