denisecailab / ezTrack

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

"['left' 'right' 'top' 'bottom'] not in index" #90

Open ww-cube opened 6 months ago

ww-cube commented 6 months ago

Hi,I just started to learn to use the software ezTrack, and when I ran the code in EZtrack-Master, there seemed to be some problems.When I was testing with the LocationTracking_Individual.inpy file, when I executed step 8c,"location = lt.TrackLocation(video_dict, tracking_params) " ,the code got an error saying "['left' 'right' 'top' 'bottom'] not in index", I do not understand the cause of the error, and I did not modify your source code.Do you know why this may be happening and how I could fix it? I appreciate your help! Error

ZachPenn commented 6 months ago

Are you using regions of interest and did you draw them? If you are not, you should set regions of interest to None.

If you did draw them and are still having this issue, are you using jupyter notebook or another IDE?