Skip to content

Instantly share code, notes, and snippets.

@aijournal
aijournal / utils.py
Created December 23, 2017 14:24
Utility file for Neural style transfer
import os
import sys
import scipy.io
import scipy.misc
import matplotlib.pyplot as plt
from matplotlib.pyplot import imshow
from PIL import Image
from nst_utils import *
import numpy as np
@runewake2
runewake2 / OctreeComponent.cs
Created December 22, 2016 06:52
Work in progress Octree implementation for Unity 3D.
using System.Collections;
using System.Collections.Generic;
using System.Net.NetworkInformation;
using UnityEngine;
public class OctreeComponent : MonoBehaviour {
public float size = 5;
public int depth = 2;