Skip to content

making region videos #7

@ZelikowskyLab

Description

@ZelikowskyLab

Hi,

I am running into issues making region videos in the mouse_demo and also with my own data. when running the following code i get no output at all:

This creates region videos for all the region.

wmax = wshedfile['watershedRegions'].max()

Making region videos. This can take a few minutes depending on how many watershed regions there are. Takes ~1min per region.

for i in range(wmax):
if os.path.exists(parameters.projectPath + '/%s/RegionVids%i/regions_%.3i.mp4' % (parameters.method, wmax, i+1)):
continue
demoutils.makeregionvideo_mice(i, parameters, h5s, clips, datasetnames, minLength=10, maxLength=200, subs=3)


I have tried a bunch of different things, but nothing is working. Let me know if you need more details on my attempted fixes. Are you able to replicate this issue and/or do you have any advice?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions