-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
no process_data.py in folder "act_plus_plus" #2
Comments
Hello again! |
Thank you for your reply! Another question for:
I got None results when running |
The issue might be due to a mismatch between the markers you’re using and the dictionary specified in the code. The relevant lines in charuco_dict = cv2.aruco.getPredefinedDictionary(cv2.aruco.DICT_6X6_250)
board = cv2.aruco.CharucoBoard((5, 5), 0.04, 0.03, charuco_dict) To resolve this, you can either create a high-precision calibration board or download one from calib.io and print it. If you already have an ArUco marker, you can also modify the code to match its parameters. The script I’ll also provide example images with properly prepared images and detailed instructions for the alignment step soon. |
Hello again!
I'm trying to reproduce the policy training process. However, it occurs to me there's no process_data.py as described in README.md.
Please help me check it out when it's convenient for you. Thanks a lot!
The text was updated successfully, but these errors were encountered: