Skip to content

Instantly share code, notes, and snippets.

View grigorisg9gr's full-sized avatar

Grigoris grigorisg9gr

View GitHub Profile
@grigorisg9gr
grigorisg9gr / copy_file_to_dir_from_python.py
Last active June 21, 2017 14:32
Copy_file(s)_to_dir_from_python
def save_file(pout):
"""
Copy some of the execution files.
Those are hardcoded and include the file that the function is.
:return:
"""
from os import getcwd, makedirs
from os.path import join
from shutil import copy2
try:
@grigorisg9gr
grigorisg9gr / sample_loading_of_frames_and_landmarks.ipynb
Created June 16, 2017 13:50
This is a sample file accompanying the '1st 3D Face Tracking in-the-wild Competition'. - http://bit.ly/2szZTCb
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@grigorisg9gr
grigorisg9gr / 3_2016_competition_iccv_evaluation_ijcv.ipynb
Created September 2, 2016 16:12
300 Videos in the Wild evaluation script
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@grigorisg9gr
grigorisg9gr / tmux_multiple.sh
Last active February 27, 2016 22:49 — forked from dmkash/br.sh
Shell Script for tmux setup
#!/bin/sh
SESSION_NAME="big_red"
cd ~/Sites/within3/big_red
tmux has-session -t ${SESSION_NAME}
if [ $? != 0 ]
then
@grigorisg9gr
grigorisg9gr / Patch_AAM_one_clip_person_specific.ipynb
Created February 2, 2016 20:09
Train and fit a person-specific patch Active Appearance Model (AAM) for fitting landmarks.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.