Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
9e6555b
initial gait analysis progress
suhlrich Aug 24, 2023
08bbad2
segmentation and stride length
suhlrich Aug 24, 2023
d6eb90d
gait speed, generic rotational coord id
suhlrich Aug 25, 2023
3154f72
start incorporating into walking dynamics example
suhlrich Aug 25, 2023
eb77663
clean gait times in kinetics example
suhlrich Aug 25, 2023
feb1fe1
inherit kinematics class, add step width, compute gait frame
suhlrich Aug 25, 2023
df5454e
get coordinates normalized, fix treadmill speed
suhlrich Aug 25, 2023
ac33fe3
tested kinetics
suhlrich Aug 25, 2023
1052e28
cleaning
suhlrich Aug 25, 2023
e94e44a
reorganize files
suhlrich Aug 28, 2023
cdd4f41
compute: single support, double support, cadence
suhlrich Aug 28, 2023
59d5855
remove data
suhlrich Aug 28, 2023
deea483
remove imports and explicit model path
suhlrich Aug 31, 2023
12bac54
add _ to function names
suhlrich Aug 31, 2023
25fc3fa
lazy loading
suhlrich Aug 31, 2023
6df279a
add plots and rearrange files
suhlrich Aug 31, 2023
c78fe08
clean
suhlrich Aug 31, 2023
77b657b
cleaning
antoinefalisse Aug 31, 2023
cd8371e
revert changes made by accident
antoinefalisse Aug 31, 2023
bfe3398
cleaning
antoinefalisse Aug 31, 2023
a738469
further cleaning
antoinefalisse Sep 1, 2023
652636c
Merge pull request #78 from stanfordnmbl/gait-analysis-antoine
suhlrich Sep 1, 2023
7ad8f3b
explicit model loading
suhlrich Sep 1, 2023
3112a6c
make gait segmentation consistent
suhlrich Sep 1, 2023
dafcbc4
clean up plotting
suhlrich Sep 2, 2023
a6ee02a
clean
suhlrich Sep 2, 2023
6c01580
clean
suhlrich Sep 2, 2023
1db8636
move trc to kinematics class
suhlrich Sep 3, 2023
33a3488
initial y balance progress
suhlrich Sep 3, 2023
812a88b
comments
suhlrich Sep 3, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ __pycache__
*.log
*.ipynb_checkpoints
Data/*
*/Data/*

*DS_Store

Expand Down
435 changes: 435 additions & 0 deletions ActivityAnalyses/gait_analysis.py

Large diffs are not rendered by default.

Loading