Problems running Cell 7 Freezing Invididual Module #81
Unanswered
evelincotella
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi! I hope someone can help me. I binned by minutes and was able to make it work one time and then when I tried to run another video I couldn't make it work again and I can't figure why...
bin_dict = {
'1': (030, 6030),
'2': (6030, 12030),
'3': (12030, 18030),
'4': (18030, 24030),
'5': (24030, 30030),
'6': (30030, 36030),
'7': (36030, 42030),
'8': (42030, 48030)
}
summary = fz.Summarize(video_dict,Motion,Freezing,FreezeThresh,MinDuration,mt_cutoff,bin_dict=bin_dict)
summary.to_csv(os.path.splitext(video_dict['fpath'])[0] + '_SummaryStats.csv', index=False)
summary
Beta Was this translation helpful? Give feedback.
All reactions