Skip to content

Commit

Permalink
Merg: branch 'keypoint-vectorized-multicam-funcs' of https://github.c…
Browse files Browse the repository at this point in the history
…om/paninski-lab/eks into keypoint-vectorized-multicam-funcs
  • Loading branch information
keeminlee committed Jan 22, 2025
2 parents 08b1e44 + c5a74a6 commit d9ce5ea
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion scripts/multicam_example.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
camera_names = args.camera_names
quantile_keep_pca = args.quantile_keep_pca
verbose = True if args.verbose == 'True' else False
maha = True if args.maha == 'True' else False

# Fit EKS using the provided input data
camera_dfs, s_finals, input_dfs, bodypart_list = fit_eks_multicam(
Expand All @@ -35,7 +36,8 @@
s_frames=s_frames,
camera_names=camera_names,
quantile_keep_pca=quantile_keep_pca,
verbose=verbose
verbose=verbose,
maha=maha
)


Expand Down

0 comments on commit d9ce5ea

Please sign in to comment.