From b12f5750f84cbe62d2dc1058e8df74740bf95c16 Mon Sep 17 00:00:00 2001 From: Ryan Yan Zhang Date: Mon, 5 Mar 2018 06:55:15 -0500 Subject: [PATCH] Initial commit --- .gitignore | 34 ++++++++++++++++++++++++++++++++++ README.md | 2 ++ 2 files changed, 36 insertions(+) create mode 100644 .gitignore create mode 100644 README.md diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..eb83a8f --- /dev/null +++ b/.gitignore @@ -0,0 +1,34 @@ +/[Ll]ibrary/ +/[Tt]emp/ +/[Oo]bj/ +/[Bb]uild/ +/[Bb]uilds/ +/Assets/AssetStoreTools* + +# Visual Studio 2015 cache directory +/.vs/ + +# Autogenerated VS/MD/Consulo solution and project files +ExportedObj/ +.consulo/ +*.csproj +*.unityproj +*.sln +*.suo +*.tmp +*.user +*.userprefs +*.pidb +*.booproj +*.svd +*.pdb + +# Unity3D generated meta files +*.pidb.meta + +# Unity3D Generated File On Crash Reports +sysinfo.txt + +# Builds +*.apk +*.unitypackage diff --git a/README.md b/README.md new file mode 100644 index 0000000..11617ec --- /dev/null +++ b/README.md @@ -0,0 +1,2 @@ +# CS_Urban_Interaction_CV +Analysis and visualize urban interaction using computer vision and deep learning.