Temporary branch#2
Open
amlan-roy wants to merge 2 commits into
Open
Conversation
The image analyser calls DrawExercise Custom View, which uses factory class to create dumbell curls exercise passing deviceWidth/2,deviceLength/2 to ImageAnalysisBuilder scalex and scale y hardcoded to 2 hardcoded x and y offset In dumbell curls.drawing,Calling init function everytime at the beginning, so that it checks for elbow position and hence right side or left side, every time Reps reset to 0 after 3 sets Sets increase by one after 12 reps(on 13th rep) Added a timer, which starts on button click It displays time left in text view After finish, button is removed, textView is removed and Stop button is made visible if isActive and not finished, then we do processing on the detected pose, else nothing onClick of stop button, isActive false, isFinished true,remove all the drawing if any
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Making this temporary branch to store all the changes, before deleting and recreating the project file.