-
Notifications
You must be signed in to change notification settings - Fork 101
Open
Description
Hi, I am suddenly getting a syntax error when I'm running an FFN inference script with the latest build. I think it originated from this commit: 3608a17
Here is the traceback:
[2019-11-02 16:06:06,460] {docker_operator.py:244} INFO - Traceback (most recent call last):
File "run_inference.py", line 31, in <module>
from ffn.inference import inference
File "/ffn/ffn/inference/inference.py", line 38, in <module>
[2019-11-02 16:06:06,460] {docker_operator.py:244} INFO - from . import align
File "/ffn/ffn/inference/align.py", line 22, in <module>
from ..utils import bounding_box
File "/ffn/ffn/utils/bounding_box.py", line 192
def _required(bbox: Optional[BoundingBox]) -> BoundingBox:
^
SyntaxError: invalid syntax
Metadata
Metadata
Assignees
Labels
No labels