Closed Legend94rz closed 4 months ago
i have the error. did you manage to solve it?
@karthik101200 sorry, I don't remember.. maybe some packages installed from conda-forge is broken at that time. You could try to install packages via pypi (or the newest packages from conda-forge)
I've installed the pixsfm via conda, and trying to triangulate points with know cameras poses. The code is something like:
When I run the above code, it will give me the errors:
It seems like the init of
FeatureMetricKeypointOptimizer
requires(FeatureMetricKeypointOptimizerOptions, KeypointAdjustmentSetup, InterpolationConfig)
, but it was passed:(dict, KeypointAdjustmentSetup, dict)
.How to solve it? I've tried https://github.com/cvg/pixel-perfect-sfm/issues/106#issuecomment-1628612535, but it doesn't work for me.
Here are some packages I installed: