OpenPSG icon indicating copy to clipboard operation
OpenPSG copied to clipboard

The error code in openpsg/utils/utils.py

Open jiuxuanth opened this issue 1 year ago • 1 comments

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

jiuxuanth avatar May 31 '24 08:05 jiuxuanth

I'm currently working with the OpenPSG framework and noticed that the original PSG model zoo links (e.g., from OneDrive) are no longer accessible. I was wondering if you happen to have downloaded the various pretrained weights for the different models (e.g., PSGTR, PSGFormer, VCTree, etc.) before the links went offline?

If so, would it be possible for you to share them with me (via Google Drive, Dropbox, or any other means)? It would be a huge help for my research.

lrrry avatar Jun 24 '25 07:06 lrrry