-
Notifications
You must be signed in to change notification settings - Fork 3
Description
I was tring to follow the documentation mentioned in the doc folder to replicate the results and was able to complete the first teo steps successfully. In the third step i.e. camera calibration using the chessboard pattern image when executing the following command and pressing 'c' key to capture and 'q' key to quit, the program doesn't responds.
python bardVideoCalibration.py -c config/video_calib_chessboard.json
Moving Forward onto the next step i.e. Tracking Objects with ArUco Tags and running the following command to track the reference marker
python sksurgerybard.py --config config/reference_only.json
The above code gives an error as the reference_only.json file doesn't exists in the config folder. So I tried to use configuration_val.json file instead of reference_only.json from the config folder using the below command
python sksurgerybard.py --config config/configuration_val.json
The above code executes and I point my camera to the image attached below but doesn't show any spherical markers as mentioned in documentation.
Please provide the exact steps to replicate the results of the repo as mentioned in the doc folder. And the documentation is not updated with the recent changes in other folders.