Pinned Loading
-
xstat bash function to get file crea...
xstat bash function to get file creation time on Linux with EXT4 1xstat() {
2for target in "${@}"; do
3inode=$(ls -di "${target}" | cut -d ' ' -f 1)
4fs=$(df "${target}" | tail -1 | awk '{print $1}')
5crtime=$(sudo debugfs -R 'stat <'"${inode}"'>' "${fs}" 2>/dev/null |
-
Dockerfile - OpenPose 1.4.0, OpenCV,...
Dockerfile - OpenPose 1.4.0, OpenCV, CUDA 8, CuDNN 6, Python2.7 1# inspired by https://gist.github.com/sberryman/6770363f02336af82cb175a83b79de33
2FROM bvlc/caffe:gpu
34RUN apt-get update -y && apt-get --assume-yes install \
5build-essential unzip \
-
-
-
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.