auto-lambda icon indicating copy to clipboard operation
auto-lambda copied to clipboard

No module named "***"

Open liusidi opened this issue 3 years ago • 3 comments

E76HPZMWBX5$KA66{MSP%9U A problem occurred when I ran the Cityscape dataset, unable to import the defined modules correctly.

liusidi avatar Sep 03 '22 02:09 liusidi

Well...Maybe move utils/init.py to utils.py? See whether this will work? Otherwise you may install the entire package from https://github.com/pmeletis/panoptic_parts.

You can clearly see the function defined in init.. so just try to map it correctly. I don't have such issue from my end.

lorenmt avatar Sep 03 '22 11:09 lorenmt

Thank you for your reply. I will try the method you said.

liusidi avatar Sep 03 '22 12:09 liusidi

After solving the above problem, there is another problem.There was a problem when I ran trainer-dense.py。 PR}(2~DFR9{X28N_%X$)J@6

liusidi avatar Sep 04 '22 03:09 liusidi

Sorry I am not able to reproduce your problem. It seems that your data files are wrong. Could you just pip install panoptic_parts, and make sure the CityScapes files are correct?

lorenmt avatar Sep 04 '22 14:09 lorenmt

Thank you for your answer. The problem has been solved.

liusidi avatar Sep 05 '22 11:09 liusidi