-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Missing lifters #2
Comments
Hi! The essential (and fundamental) matrix parts of the repo are still under construction. Hopefully they will be ready to use in the next couple of weeks. |
Unsuccessful installation pytest _test/test_sdpr_poly6.py gives the following info
pytest _test/test_stereo_tune.py gives the following info There are also some import errors: sdprlayer/_test/test_stereo_tune.py Line 7 in 8df7f27
sdprlayer/_test/test_stereo_tune.py Line 8 in 8df7f27
Removing homogenous: sdprlayer/src/sdprlayers/layers/sdprlayer.py Line 423 in 8df7f27
Could you check and fix the issues? Best/ |
Merged a branch with fixes to these issues. Note that only some of the tests files are functioning. Others are deprecated but will be removed later. See the README for tests that should be passing. Also moved repo dependencies to submodules, so the setup should be more streamlined. Let me know if you have any other issues. |
Thanks! It works well. The only issue is in the 'tighten_example.ipynb' Best/ |
fixed in last pull request. Also fixed essential matrix estimation layer. |
Hi,
I was trying to test _scripts/ess_mat_clearn.py and _scripts/fund_mat_clearn.py, but got errors with from lifters.state_lifter import StateLifter.
I also tried _test/test_essmat.py
============================================================ ERRORS =============================================================
_____________________________________________ ERROR collecting _test/test_essmat.py _____________________________________________
_test/test_essmat.py:103: in init
self.layer = EssentialSDPBlock(tol=tol, K_source=K_batch, K_target=K_batch)
src/sdprlayers/layers/essential_est.py:87: in init
self.homQCQP.clique_decomposition()
../anaconda3/envs/pytorch3d/lib/python3.9/site-packages/cert_tools/hom_qcqp.py:163: in clique_decomposition
self.get_asg()
../anaconda3/envs/pytorch3d/lib/python3.9/site-packages/cert_tools/hom_qcqp.py:96: in get_asg
pmat = self.C.copy()
E AttributeError: 'tuple' object has no attribute 'copy'
Best
The text was updated successfully, but these errors were encountered: