-
Notifications
You must be signed in to change notification settings - Fork 7
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
Only 4 pieces #1
Comments
Dear Jumpjack! Kindly open the notebook via Google Colab link (it is at the top of .py file), upload the picture to Colab and run. This will guarantee the result. Otherwise your local machine setup may transform the image or Python interpreter may differ from the one in Colab and due to this demonstrate a slightly different behavior. Generally, this code is a reference code for the TowardsDataScience publication and is designed exclusively to demonstrate the principal algorithm. In this way it has no wrapping to restart after fails, on-the-go reparametrization (parameters are pre-fixed in matchTiles() function) etc, etc... You can take it as a basis and wrap it into your own logic... Try playing with LENGTH, PRECISION, STEP_A, STEP_B parameters... |
It finds and locks only 4 pieces, then what? Should I do something else after running first time?
The text was updated successfully, but these errors were encountered: