seanzhuh / SeqTR

SeqTR: A Simple yet Universal Network for Visual Grounding
https://arxiv.org/abs/2203.16265
128 stars 14 forks source link

ImportError: cannot import name 'imshow_expr_bbox' from 'seqtr.core' (...../SeqTR/seqtr/core/__init__.py) #21

Open zdxdsw opened 1 year ago

zdxdsw commented 1 year ago

Hi! The following two functions imshow_expr_bbox, imshow_expr_mask are called in seqtr/apis/inference.py https://github.com/sean-zhuh/SeqTR/blob/36f74bb9da4bcf81775f9f3bb3e54b170860c536/seqtr/apis/inference.py#L6` But I can't find them from seqtr.core. Am I missing anything?

Thanks so much for your help!

seanzhuh commented 1 year ago

Hi, https://github.com/sean-zhuh/SeqTR/issues/2#issuecomment-1213632811, Please check out this issue.