This repository was archived by the owner on Jan 27, 2026. It is now read-only.
refactor: inference pipeline #223
Closed
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
NEEDS DEDICATED TEAMMATE, see details here
Due to Dart/Flutter version issues, I tried bumping tflite_flutter to the latest version to resolve tensorflow/flutter-tflite#232. This led to a significant refactor of the inference module, particularly with
tflite_flutter_helper, which requires some work (already in progress) am15h/tflite_flutter_helper#80 to get everything up to date.There are some issues now with the detection, it is not working as expected, but it feels close enough to leave this open till someone else wants to give it another jab or I have more time to come back to it.
Hopefully this becomes obselete with the development of
flutter_mediapipe