Skip to content

Instantly share code, notes, and snippets.

View autosquid's full-sized avatar

mightu autosquid

  • HangZhou, ZheJiang, China.
View GitHub Profile
@autosquid
autosquid / bow+svm+2class.py
Created May 10, 2016 09:17
Bow + SVM for front/back face determination
"""BoW on SIFT"""
import changetoworkingdir #changes to working dir.
import os
import hammer
import pongeecore as pc
import cv2
import numpy as np
import random
import matplotlib
@santi-pdp
santi-pdp / Generative Adversarial Networks toy example.ipynb
Created February 16, 2017 18:36
A toy example on Generative Adversarial Networks
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.