You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: