Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The error code in openpsg/utils/utils.py #117

Open
jiuxuanth opened this issue May 31, 2024 · 0 comments
Open

The error code in openpsg/utils/utils.py #117

jiuxuanth opened this issue May 31, 2024 · 0 comments

Comments

@jiuxuanth
Copy link

I think the code line 402-403 in openpsg/utils/utils.py is error

      if out_file is not None:
            mmcv.imwrite(output_viz_graph, osp.join(out_dir, '{}.jpg'.format(i)))

It myabe

      if out_dir is not None:
            mmcv.imwrite(output_viz_graph, osp.join(out_dir, '{}.jpg'.format(i)))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant