This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import os | |
import glob | |
import dlib | |
import numpy as np | |
import pyTools.system.videoExplorer as VE | |
import pyTools.videoProc.annotation as A |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
dummy file |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/expect | |
mkdir ~/bin | |
cd ~/bin | |
wget https://gist.githubusercontent.com/groakat/ae74323933678c6ad04a/raw/1b871efcec60dc739a8c61f2a504d52ce4033dd3/gst-head | |
chmod +x gst-head | |
mkdir -p ~/src/gstreamer1/head | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#include <string.h> | |
#include <stdio.h> | |
#include <gtk/gtk.h> | |
#include <gst/gst.h> | |
#include <gdk/gdk.h> | |
#if defined (GDK_WINDOWING_X11) | |
#include <gdk/gdkx.h> | |
#elif defined (GDK_WINDOWING_WIN32) |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
! hog.f90 | |
! compile via f2py: $f2py -c -m hog hog.f90 | |
module hog | |
contains | |
subroutine angHist(dx, dy, binSize, hist) | |
! compute simple hog from gradients | |
implicit none |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
NewerOlder