denisecailab / ezTrack

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

Failure in LocationTracking_BatchProcess #55

Closed evellynmayla closed 2 years ago

evellynmayla commented 2 years ago

I'm trying to use the Location tracking Batch process in my Open Field videos, but received a "Type error". All the files are in the same folder and have the same properties (FPS, camera position, etc). The code run without problem until step 7, when it process the first video, but fail to analyze the next and gives me the following error message.

I will send prints of all my cells, just in case.

I'm a beginner in this Python world, so Thanks so much for any help. cell 1 cell 2 and files files cell 3 cell 4 cell 5 cell 6a cell 6b e 7 cell 7 cell 7 error

ZachPenn commented 2 years ago

Hi! Very simple but understandable mistake.

Where you put bin_dict = {None}, it should instead be bin_dict = None

evellynmayla commented 2 years ago

Hello!

It was exactly this. Now is all working perfectly.

Thanks a lot !!