auto-lambda
auto-lambda copied to clipboard
No module named "***"
A problem occurred when I ran the Cityscape dataset, unable to import the defined modules correctly.
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.
Thank you for your reply. I will try the method you said.
After solving the above problem, there is another problem.There was a problem when I ran trainer-dense.py。

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?
Thank you for your answer. The problem has been solved.