# %% import numpy as np # %% # %% [markdown] # # Extract the 3D coordinates of the ArUco markers from the image # # 1. Load the image # 2. Detect the ArUco markers # 3. Get the 3D coordinates of the markers # 4. Save the 3D coordinates to a file # %% # %%