denisecailab / ezTrack

Free, platform independent, behavior tracking software.
GNU General Public License v3.0
118 stars 41 forks source link

Location Tracking Batch Processing Failing to Transition to other videos in folder #52

Closed gibbont2 closed 2 years ago

gibbont2 commented 2 years ago

Cell 2 output shows all videos in the folder are recognized. Videos are all same length, camera position, resoltuion/FPS. First video in folder is successfully analyzed and produces seemingly correct tabulated results but then I receive the following error instead of continuing to analyze the next video. image

image

Thanks.

ZachPenn commented 2 years ago

I could use a bit more context. Have you processed the first file that is throwing an error individually without issue? Are you drawing regions of interest? Could you please provide a pdf of your full batch processing notebook so I can see your parameters and try to replicate on my end?

gibbont2 commented 2 years ago

I could use a bit more context. Have you processed the first file that is throwing an error individually without issue? Are you drawing regions of interest? Could you please provide a pdf of your full batch processing notebook so I can see your parameters and try to replicate on my end?

That was on an institution computer that I am not at right now. I will send that over by tomorrow. The first file processes without issue and outputs the correct results. ROI's are drawn.

Also on my own computer I am receiving an error that I have encountered previously with no solution besides using an alternative version of the program. It is a syntax error regarding 'dsmpl' as follows image

I appreciate the help.

gibbont2 commented 2 years ago

Same issue occurs regardless of down sampling value. Videos are .mp4

ZachPenn commented 2 years ago

This error is because you don’t have a comma after your list containing your regions of interest on the line above where you set dsmpl: 'dsmpl' : [‘region1’, ‘region2’],