point release to fix predict import
This commit is contained in:
parent
21489bd97d
commit
e15d24c644
@ -1,4 +1,4 @@
|
||||
|
||||
"""Open implementation of MonoLoco."""
|
||||
|
||||
__version__ = '0.4.2'
|
||||
__version__ = '0.4.2.1'
|
||||
|
||||
@ -100,7 +100,7 @@ def main():
|
||||
from .visuals.webcam import webcam
|
||||
webcam(args)
|
||||
else:
|
||||
from .predict import predict
|
||||
from predict import predict
|
||||
predict(args)
|
||||
|
||||
elif args.command == 'prep':
|
||||
|
||||
Loading…
Reference in New Issue
Block a user