Skip to content

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

Open
@jiuxuanth

Description

@jiuxuanth

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)))

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions