We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b043128 commit 7249184Copy full SHA for 7249184
main.py
@@ -14,9 +14,9 @@ def main():
14
15
scripts = {
16
"1": {
17
- "name": "Run 'marker.py'",
18
- "description": "This is marker.py",
19
- "file_name": "scripts/marker.py"
+ "name": "Run 'arucoDetection.py'",
+ "description": "This is arucoDetection.py",
+ "file_name": "scripts/arucoDetection.py"
20
},
21
"2": {
22
"name": "Run 'arucoPoseEstimation.py",
scripts/marker.py
0 commit comments