=========================== Installation Guide =========================== This guide will help you set up and run the `playground_camera_model` project. Steps to Install and Run ======================== 1. Clone the Repository ------------------------ First, clone the repository using the following command: .. code-block:: bash git clone https://github.com/Marvin-VW/playground_camera_model/tree/add_python 2. Install Dependencies ------------------------ Navigate to the cloned repository and install the necessary Python packages: .. code-block:: bash pip install numpy opencv-python 3. Navigate to the Project Directory ------------------------------------ Change to the project directory: .. code-block:: bash cd python cd extended_camera_model 4. Run the Project ------------------- Finally, run the main Python script: .. code-block:: bash python main.py