Adminer is in the repos, so install it with:
apt install adminerCopy the configuration to your available configs folder and enable it.
cp /etc/adminer/apache.conf /etc/apache2/conf-available/adminer.confAdminer is in the repos, so install it with:
apt install adminerCopy the configuration to your available configs folder and enable it.
cp /etc/adminer/apache.conf /etc/apache2/conf-available/adminer.conf| #!/usr/bin/env python | |
| # -*- coding: utf-8 -*- | |
| import sys , os , random | |
| import cv, cv2 | |
| import numpy as np | |
| from numpy.lib.stride_tricks import as_strided | |
| SSD_THRESHOLD = 80 | |
| SSD_RATIO_THRESHOLD = 0.95 | |
| NCC_RATIO_THRESHOLD = 0.95 |