Skip to content

Latest commit

 

History

History
21 lines (18 loc) · 862 Bytes

HOWTO_RUN_PYTHON.md

File metadata and controls

21 lines (18 loc) · 862 Bytes

How to Run Python Example Codes

Prerequisites

  • Install Python (or Anaconda)
  • Install the following required packages: pip install -r requirements.txt
    numpy
    matplotlib
    scipy
    opencv-python
    opencv-contrib-python
    
  • Clone the repository: git clone https://github.com/mint-lab/3dv_tutorial.git

Running Examples in Console

  1. Move to the directory where example codes exist: cd examples
  2. 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.