Test foot to plane

This commit is contained in:
2026-03-15 15:21:03 -05:00
parent e65b1b4ccb
commit c352144040
7 changed files with 665 additions and 60 deletions

View File

@@ -28,6 +28,7 @@ setup(
entry_points={
'console_scripts': [
'single_person_loc_node = 3D_tracking_Re-ID.single_person_loc_node:main',
'ground_plane_node = 3D_tracking_Re-ID.ground_plane_node:main',
],
},
)