HumanBehaviorBKU icon indicating copy to clipboard operation
HumanBehaviorBKU copied to clipboard

AttributeError: 'int' object has no attribute 'set_progress'

Open sabhi27 opened this issue 4 years ago • 0 comments

Function - def extract_feature_video(video_path, progress_recorder, features_per_bag = params.features_per_bag): ........ ........ ........

running this gives error:-

Models initialized Traceback (most recent call last): File "extract_feature.py", line 67, in extract_feature_video('media/videos/anormaly/Shoplifting028_x264.mp4', 32) File "extract_feature.py", line 30, in extract_feature_video progress_recorder.set_progress(i, len(video_clips))

Has anyone got this error ?

sabhi27 avatar Sep 22 '20 09:09 sabhi27