convolutional neural network for 3d object

3D Convolutional Neural Networks for Human Action Recognition http://machinelearning.wustl.edu/mlpapers/paper_files/icml2010_JiXYY10.pdf VoxNet: A 3D Convolutional Neural Network for Real-Time Object Recognition https://www.ri.cmu.edu/pub_files/2015/9/voxnet_maturana_scherer_iros15.pdf Question Website: use tensorflow http://stackoverflow.com/questions/33630840/convolutional-neural-networks-and-3d-images use keras https://github.com/fchollet/keras/issues/1359

0 Comments

pycharm for django and sass

For django: professional version. create a new django project: just create a new one import a django project: import the project activate django support For Sass: https://www.jetbrains.com/help/pycharm/2016.3/transpiling-sass-less-and-scss-to-css.html make sure, the…

0 Comments

magic tts code for console

var msg = new SpeechSynthesisUtterance('Hello World'); window.speechSynthesis.speak(msg); https://developers.google.com/web/updates/2014/01/Web-apps-that-talk-Introduction-to-the-Speech-Synthesis-API

0 Comments

Decode a famous website

Many news medien encode their paid text, but some of them has very simple encode mechanism. :D I wrote the following code to decode a famous webseite.  Just copy following…

0 Comments

vitualbox share folder

device sharefolder -> set your folder path in windows and set folder name ubuntu terminal: sudo mount -t vboxsf FOLDERNAME /PATH/OF/FOLDER For example:  Windows: share folder: name: share, path: c:???…

0 Comments