Add video wrappers using chain loading
2 unresolved threads
2 unresolved threads
Fixes #12 (closed)
Merge request reports
Activity
@tiago.pereira using this and bob.bio.base!155 (merged) I can run
bin/bob bio baseline idiap_casia_inception_v2_centerloss_rgb swan-video video-wrapper
and it works magically!
Edited by Amir MOHAMMADImentioned in merge request bob.bio.base!155 (merged)
mentioned in commit 8d91155f
1 try: 2 algorithm 3 from bob.bio.video.algorithm import Wrapper 4 algorithm = Wrapper(algorithm) 5 except NameError as e: 6 print("This configuration is meant to be used in chain loading of " 7 "configuration files. Please see the documentation of " 8 "bob.extension for chain loading.") 9 raise e
Please register or sign in to reply