- Install Python (or Anaconda)
- Install the following required packages:
pip install -r requirements.txtnumpy matplotlib scipy opencv-python opencv-contrib-python - Clone the repository:
git clone https://github.com/mint-lab/3dv_tutorial.git- You need to move your working directory where you want to copy the repository.
- Or you can download example codes and slides as a ZIP file and unzip it where you want.
- Move to the directory where example codes exist:
cd examples - Run an example (e.g.
image_formation.py):python image_formation.py- Or you can run an example on your favorite Python IDE or editor.