情報源: Deformation-Driven Topology-Varying 3D Shape Correspondence
月別アーカイブ: 2016年3月
Publications – Kevin (Kai) Xu’s Homepage
Topology-Varying 3D Shape Creation via Structural Blending
Vangelis Kalogerakis’ home page
About | GitXiv
Collaborative Open Computer Science. Daily Updated.
情報源: About | GitXiv
Ubuntuのインストールの際に最初にした事
CUDA_REPO_PKG=cuda-repo-ubuntu1404_7.5-18_amd64.deb &&
wget http://developer.download.nvidia.com/compute/cuda/repos/ubuntu1404/x86_64/$CUDA_REPO_PKG &&
sudo dpkg -i $CUDA_REPO_PKG
sudo apt-get update
sudo apt-get install cuda
cd ダウンロード
https://developer.nvidia.com/rdp/cudnn-download
tar xvzf cudnn-7.0-linux-x64-v4.0-prod.tgz
sudo cp cuda/include/cudnn.h /usr/local/cuda/include
sudo cp cuda/lib64/libcudnn* /usr/local/cuda/lib64
cd ~
sudo apt-get install git
git clone https://github.com/torch/distro.git ~/torch --recursive
cd ~/torch; bash install-deps;
./install.sh
source ~/.bashrc
sudo apt-get install libprotobuf-dev protobuf-compiler
luarocks install loadcaffe
alexjc/neural-doodle: Turn your two-bit doodles into fine artworks with deep neural networks! An implementation of Semantic Style Transfer.
neural-doodle – Turn your two-bit doodles into fine artworks with deep neural networks! An implementation of Semantic Style Transfer.
facebook/UETorch: A Torch plugin for Unreal Engine 4.
UETorch – A Torch plugin for Unreal Engine 4.