open-mmlab / mmfashion

Open-source toolbox for visual fashion analysis based on PyTorch
https://open-mmlab.github.io/
Apache License 2.0
1.24k stars 281 forks source link

TypeError: 'module' object is not callable #151

Open chin-yan opened 1 year ago

chin-yan commented 1 year ago

Hi! I'm running the file 'builder.py' and I got the message below: 『 BACKBONES = Registry('backbone') TypeError: 'module' object is not callable 』 How can I solve this problem? Thank you.