Skip to content

Latest commit

 

History

History
15 lines (14 loc) · 535 Bytes

File metadata and controls

15 lines (14 loc) · 535 Bytes

3DDeepLearning

Practical Assignment Solutions for Shape Analysis and 3D Deep Learning SS23

Steps to setup the project:

  1. Install Conda
  2. Create and activate a virtual environment with conda: conda create -n shapeanalysis python =3.8 conda activate shapeanalysis
  3. Install the necessary packages: conda install numpy scipy matplotlib conda install -c conda - forge k3d jupyterlab pip install openmesh
  4. Start a Jupyter Notebook Navigate to the folder with the .ipynb files and execute: jupyter notebook