Jingkang50 / OpenPSG

Benchmarking Panoptic Scene Graph Generation (PSG), ECCV'22
https://psgdataset.org
MIT License
407 stars 68 forks source link

Critical Error I think this package is too bad and errorneous as much #113

Open ByungKwanLee opened 6 months ago

ByungKwanLee commented 6 months ago
image image

Too much error happens

Jingkang50 commented 6 months ago

Sorry to hear your complaint. Actually, the codebase was used by hundreds of users from our previous competition and community without the error you show here. Could you please double-check if your checkpoint file matches your model configuration? If the issue persists, providing more details would help us assist you better.

EYcab commented 5 months ago

@ByungKwanLee, how do you solve the above issue?

Jingkang50 commented 5 months ago

Did you strictly follow https://github.com/Jingkang50/OpenPSG?tab=readme-ov-file#get-started

Looks like a version issue.

EYcab commented 5 months ago

@Jingkang50 ,I have tried strictly following your instruction except for using cuda 11 instead of cuda 10. It is appearingly not a version issue since all leads to the same error.

Jingkang50 commented 5 months ago

Could you help share your env spec with conda list --export > env_spec.txt?

EYcab commented 5 months ago

env_spec.txt this one has upgraded torch to 1.10 and mmcv is configured in the same version. @Jingkang50

merchantbreeze commented 5 months ago

@EYcab, how do you solve the above issue?I'm also having an issue with the CUDA 10 version not being supported. I have solved it by using cudatoolkit 11.0 and cuda 10.2, hope this helps to you.

EYcab commented 5 months ago

Is it possible to solve it with cuda11 at all?