xialeiliu / RankIQA

The rep for the RankIQA paper in ICCV 2017
https://xialeiliu.github.io/RankIQA/
MIT License
453 stars 117 forks source link

No module named src.data_layer.rank_layer_live #65

Closed ayushrox closed 3 years ago

ayushrox commented 3 years ago

I0614 11:23:15.958593 6344 layer_factory.hpp:77] Creating layer data ImportError: No module named src.data_layer.rank_layer_live

Also, caffe and src.data_layer.rank_layer_live both get imported in ipython but not when in .py script tries to import them.

import_error1 import_error2

https://stackoverflow.com/questions/67970134/not-able-to-import-python-module-and-caffe-in-py-script-but-able-to-import-in-i