stevenygd / PointFlow

PointFlow : 3D Point Cloud Generation with Continuous Normalizing Flows
https://www.guandaoyang.com/PointFlow/
MIT License
720 stars 101 forks source link

Cannot execute StructuralLosses #2

Closed YiruS closed 4 years ago

YiruS commented 5 years ago

Hi,

Interesting work! I'd like to run the pipeline but it turns out that the installed "StructuredLosses" doesn't work. It shows error of: "File "evaluation_metrics.py", line 9, in from .StructuralLosses.match_cost import match_cost ModuleNotFoundError: No module named 'main.StructuralLosses'; 'main' is not a package"

Would that be a workaround?

YiruS commented 5 years ago

Somehow it couldn't detect the package

stevenygd commented 5 years ago

Seemed like this is the same problem as issue #1 . Could you check whether the structure losses are compiled successfully?

stevenygd commented 5 years ago

@YiruS any luck debugging?

stevenygd commented 4 years ago

Close due to inactiveness.