Friday, April 6, 2018

Projection of a 3D point on a plane


Using Meshlab filters from command prompt


  • Process a 3D file using a filter script created in the MeshLab GUI (Filters > Show current filter script > Save Script):
meshlabserver -i input.ply -o output.ply -s filter_script.mlx

  • Process a 3D file using a filter script, writing the output of the filters into a log file:
meshlabserver -i input.x3d -o output.x3d -s filter_script.mlx -l logfile

Setting Jupyter and Tensorflow on Google Cloud Platform

https://towardsdatascience.com/running-jupyter-notebook-in-google-cloud-platform-in-15-min-61e16da34d52