OpenPSG
OpenPSG copied to clipboard
The error code in openpsg/utils/utils.py
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)))
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.