Jiahao000 / ORL

[NeurIPS 2021] ORL: Unsupervised Object-Level Representation Learning from Scene Images
Apache License 2.0
58 stars 5 forks source link

__init__() got an unexpected keyword argument 'prefetch' #1

Open jancylee opened 2 years ago

jancylee commented 2 years ago

When train the first stage, I met the error "init() got an unexpected keyword argument 'prefetch'". Have you changed somgthing about the environment ”open-mmlab“?

Jiahao000 commented 2 years ago

Hi, I did not change any environment requirement. Could you provide more details about your error?

jancylee commented 2 years ago

Well, I re-install the environment for ORL and the problem is solved. By the way, can you provide the file ”train2017_selective_search_proposal.json“?

Jiahao000 commented 2 years ago

Glad to hear that. The file is provided here.

jancylee commented 2 years ago

Sorry, I misread it. It's the final file in stage2 "train2017_knn_instance_correspondence.json" that I need.