We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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 ?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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 ?
The text was updated successfully, but these errors were encountered: