Skip to content
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

wip: experimenting with pixel prediction on 4-connected #65

Draft
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

william-silversmith
Copy link
Contributor

@william-silversmith william-silversmith commented Jan 23, 2021

Got it working but it's slower than the regular decision tree. The simplicity of 4 connected might mean the extra code size and jumping around isn't worth it compared to the smaller opportunities for savings. My gut says 6-connected would do better (3 useful predictions vs 2). However, I could also have just made subtle mistakes too.

@william-silversmith william-silversmith self-assigned this Jan 23, 2021
@william-silversmith william-silversmith marked this pull request as draft January 23, 2021 06:52
@william-silversmith william-silversmith changed the title wip: experimenting with pred on 4-connected wip: experimenting with pixel prediction on 4-connected Jan 23, 2021
@william-silversmith william-silversmith force-pushed the master branch 2 times, most recently from 2292fec to d8d56df Compare April 12, 2024 07:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant