You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried to use this parser to duplicate results from your CVPR 2019 paper,
but couldn't import from out of this repo's directory.
Is there a way I can?
error details are as follows:
from SceneGraphParser import sng_parser
graph = sng_parser.parse("some random sentence")
File "ScenegraphParser/sng_parser/backends/spacy_parser.py", line 12, in
import sng_parser.database as database
ModuleNotFoundError: No module named 'sng_parser'
it works perfectly good inside the repo.
The text was updated successfully, but these errors were encountered:
Hi @vacancy,
I tried to use this parser to duplicate results from your CVPR 2019 paper,
but couldn't import from out of this repo's directory.
Is there a way I can?
error details are as follows:
it works perfectly good inside the repo.
The text was updated successfully, but these errors were encountered: