BookerDeWitt / MSBDN-DFF

The source code of CVPR 2020 paper "Multi-Scale Boosted Dehazing Network with Dense Feature Fusion"
334 stars 69 forks source link

No module named 'networks.MSBDN-DFF-v1-1' #10

Closed ChengBo5 closed 3 years ago

ChengBo5 commented 3 years ago

When I run test.py using the model.pkl file provided by the author, I ran into a problem: ModuleNotFoundError: No module named 'networks.MSBDN-DFF-v1-1' Does anyone encounter this problem and how to solve it?

BookerDeWitt commented 3 years ago

You can refer this post: #9

ChengBo5 commented 3 years ago

That worked, thank you!