diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/argaze/ArUcoMarkers/ArUcoMarkersGroup.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/argaze/ArUcoMarkers/ArUcoMarkersGroup.py b/src/argaze/ArUcoMarkers/ArUcoMarkersGroup.py index f587c59..b611b8f 100644 --- a/src/argaze/ArUcoMarkers/ArUcoMarkersGroup.py +++ b/src/argaze/ArUcoMarkers/ArUcoMarkersGroup.py @@ -201,8 +201,8 @@ class ArUcoMarkersGroup(DataFeatures.PipelineStepObject): working_directory: folder path where to load files when a dictionary value is a relative filepath. """ - new_dictionary = data.pop('dictionary') - new_places = data.pop('places') + new_dictionary = aruco_markers_group_data.pop('dictionary') + new_places = aruco_markers_group_data.pop('places') return ArUcoMarkersGroup(new_dictionary, new_places) |