PruneTruong / DenseMatching

Dense matching library based on PyTorch
GNU Lesser General Public License v2.1
689 stars 81 forks source link

'EnvironmentSettings' object has no attribute 'PFPascal_tar' #27

Closed iron-man45 closed 1 year ago

iron-man45 commented 1 year ago

python run_training.py PWarpC train_weakly_supervised_PWarpC_SFNet_spair_from_pfpascal. this problem occur when I run the above order.

PruneTruong commented 1 year ago

Hi sorry about that, you can just remove the line with prepare_data from the train-settings file.

I have it because in my cluster, I need to store the data as tar, which are unzipped automatically in the prepare_data function, and I forgot to remove it from the release code

PruneTruong commented 1 year ago

This should be fixed in the released code now. Thanks for pointing that out.