-
Notifications
You must be signed in to change notification settings - Fork 36
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
Submodule ADLoc
updated
14 files
+1 −1 | adloc/adloc.py | |
+29 −3 | adloc/data.py | |
+15 −0 | adloc/sacloc2d.py | |
+3 −0 | adloc/utils.py | |
+1 −1 | app.py | |
+5 −5 | docs/convert_dtcc.py | |
+17 −17 | docs/generate_pairs.py | |
+223 −0 | docs/generate_pairs_v2.py | |
+6 −6 | docs/run_adloc.py | |
+6 −6 | docs/run_adloc_backup.py | |
+50 −16 | docs/run_adloc_dd.py | |
+6 −6 | docs/run_adloc_ddp.py | |
+4 −4 | docs/run_ransac.py | |
+1 −1 | docs/utils.py |
Submodule CCTorch
updated
4 files
+8 −0 | cctorch/data.py | |
+3 −1 | cctorch/model.py | |
+16 −9 | cctorch/transforms.py | |
+57 −31 | run.py |