Add support for GLB files in LFS tracking, enhance find_cute_box_with_image.ipynb with new functions for 3D coordinate extraction, and introduce interactive_example.py for marker processing workflow.

This commit is contained in:
2025-04-24 12:13:50 +08:00
parent aa081f46ec
commit 9e1ac3d941
4 changed files with 63 additions and 26 deletions

18
interactive_example.py Normal file
View File

@ -0,0 +1,18 @@
# %%
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
# %%
# %%