PyEVM icon indicating copy to clipboard operation
PyEVM copied to clipboard

Index error list is out of bounds

Open suhas1234567 opened this issue 6 years ago • 2 comments

the line is filter_tensor=butter_bandpass_filter(lap_video_list[i],low,high,f)

suhas1234567 avatar Feb 22 '19 11:02 suhas1234567

Give more context for the issue you're facing. I think the issue with your code is that the video didn't actually load. Might be due to a wrong path

srk97 avatar Feb 24 '19 06:02 srk97

the line is filter_tensor=butter_bandpass_filter(lap_video_list[i],low,high,f)

I resolved this issue just by providing a correct video_path

hemanthtv avatar Jan 15 '21 16:01 hemanthtv