Train error,maybe something wrong in bounding_box.py
Open
- Dominant language
- Python
- Stars
- 351
- Forks
- 109
- Avg merge
- 1d 8h
- Merged PRs (30d)
- 7
Description
@mjanusz
Hi, if I used python2.7 I got the same syntax error with https://github.com/google/ffn/issues/19.
And then I transform to python 3.7 I got another new error:
def _required(bbox: Optional[BoundingBox]) -> BoundingBox:
NameError: name 'Optional' is not defined
Is any help for this issue?
Contributor guide
Assessment
This issue has not been assessed yet.