I've had some bad times with external drives & linux.
Don't use ext4
on external USB drives
Do use EXfat
on external USB drives
If you have to use ext4
then consider using a loopback-backed-file on an EXfat
volume
0110 | |
1111 | |
0110 |
"k tani" | |
"k-tin" | |
"k-tino" | |
"k-town" | |
"k11dn" | |
"k18dn" | |
"k20dn" | |
"k34dn" | |
"k44dn" | |
"kaaden" |
<story> | |
<scene name="intro"> | |
<photo src="https://c2.staticflickr.com/6/5688/23494440049_547ec58c23_k.jpg" isStereo="false" sphereParams="100,66,0,0"/> | |
<!-- 2015 --> | |
<photo src="https://c1.staticflickr.com/9/8728/17098966780_4f1ba46dbf_k.jpg" isStereo="false" sphereParams="50,33,90,-25"> | |
<jump jumpTo="2015-a" sphereParams="25,33,90,-45">2015</jump> | |
<!-- 2013 --> | |
<photo src="https://c1.staticflickr.com/9/8546/8692786582_6793dab31e_k.jpg" isStereo="false" sphereParams="50,33,90,25"> | |
<jump jumpTo="2013-a" sphereParams="25,33,90,5">2013</jump> | |
<!-- 2012 --> |
sudo easy_install pip | |
sudo easy_install --upgrade six | |
sudo pip install --upgrade https://storage.googleapis.com/tensorflow/mac/tensorflow-0.8.0-py2-none-any.whl | |
brew install gcc | |
sudo pip install scipy pillow numpy | |
git clone https://github.com/anishathalye/neural-style | |
cd neural-style | |
curl http://www.vlfeat.org/matconvnet/models/beta16/imagenet-vgg-verydeep-19.mat > imagenet-vgg-verydeep-19.mat |
# | |
# lapseSync.py | |
# ------------ | |
# | |
# author: Bhautik Joshi, 2016 | |
# license: Apache 2.0 http://www.apache.org/licenses/LICENSE-2.0 | |
# | |
# Tool to ingest timelapse sequences from multiple cameras and generate a list | |
# of images across the cameras to be synced to a single clock specified by a | |
# given interval. The images are synced to the earliest image in each directory. |
# git clone https://github.com/jrosebr1/bat-country.git | |
# git clone https://github.com/yahoo/open_nsfw | |
# cd bat-country | |
from batcountry import BatCountry | |
import numpy as np | |
from PIL import Image | |
import caffe | |
import sys |
Style Transfer setup (pycaffe based approach) | |
== | |
1. Fetch, install CUDA: https://developer.nvidia.com/cuda-downloads | |
2. Install opencv: | |
brew install homebrew/science/opencv | |
3. edit opencv, reinstall | |
brew edit opencv | |
3.1 replace the following lines: | |
args << "-DPYTHON#{py_ver}_LIBRARY=#{py_lib}/libpython2.7.#{dylib}" |
#!/bin/sh | |
exiftool -config gimage.config -b -XMP-GImage:Data $1.jpg | base64 --decode > othereye.jpg |