Skip to content
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

Document progress #5

Open
kinow opened this issue Jul 31, 2022 · 3 comments
Open

Document progress #5

kinow opened this issue Jul 31, 2022 · 3 comments

Comments

@kinow
Copy link
Owner

kinow commented Jul 31, 2022

  • numpy splitting columns... naïve
  • OpenCV stitch
  • Panorama tools
  • Scikit Image notebook
  • ImageJ
@kinow
Copy link
Owner Author

kinow commented Jul 31, 2022

(venv) kinow@ranma:~/Development/python/workspace/a4-to-a3$ time python main.py 126.pdf 127.pdf 128.pdf 129.pdf 130.pdf 131.pdf 
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option PermSize=128m; support was removed in 8.0
Java HotSpot(TM) 64-Bit Server VM warning: Using incremental CMS is deprecated and will likely be removed in a future release
Stitching internal version: 1.2
shift (second relative to first): (2441.0903, -11.317543) correlation (R)=0.97491306 (1345 ms)
Fusing ...
Finished ... (3124 ms)
Done.
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option PermSize=128m; support was removed in 8.0
Java HotSpot(TM) 64-Bit Server VM warning: Using incremental CMS is deprecated and will likely be removed in a future release
Stitching internal version: 1.2
shift (second relative to first): (2431.9497, -12.097004) correlation (R)=0.9931254 (1282 ms)
Fusing ...
Finished ... (3208 ms)
Done.
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option PermSize=128m; support was removed in 8.0
Java HotSpot(TM) 64-Bit Server VM warning: Using incremental CMS is deprecated and will likely be removed in a future release
Stitching internal version: 1.2
shift (second relative to first): (2439.065, -11.85733) correlation (R)=0.8760426 (1477 ms)
Fusing ...
Finished ... (4400 ms)
Done.
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option PermSize=128m; support was removed in 8.0
Java HotSpot(TM) 64-Bit Server VM warning: Using incremental CMS is deprecated and will likely be removed in a future release
Stitching internal version: 1.2
shift (second relative to first): (2422.935, -17.16072) correlation (R)=0.93323356 (1499 ms)
Fusing ...
Finished ... (3939 ms)
Done.
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option PermSize=128m; support was removed in 8.0
Java HotSpot(TM) 64-Bit Server VM warning: Using incremental CMS is deprecated and will likely be removed in a future release
Stitching internal version: 1.2
shift (second relative to first): (2431.4043, -8.528332) correlation (R)=0.76532847 (1602 ms)
Fusing ...
Finished ... (3768 ms)
Done.
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option PermSize=128m; support was removed in 8.0
Java HotSpot(TM) 64-Bit Server VM warning: Using incremental CMS is deprecated and will likely be removed in a future release
Stitching internal version: 1.2
shift (second relative to first): (2425.9255, -13.059948) correlation (R)=0.9922632 (1366 ms)
Fusing ...
Finished ... (3371 ms)
Done.

real  2m8.928s
user  6m18.270s
sys 0m7.841s


=== after joblib

(venv) kinow@ranma:~/Development/python/workspace/a4-to-a3$ time python main.py 126.pdf 127.pdf 128.pdf 129.pdf 130.pdf 131.pdf 
[Parallel(n_jobs=5)]: Using backend LokyBackend with 5 concurrent workers.
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option PermSize=128m; support was removed in 8.0
Java HotSpot(TM) 64-Bit Server VM warning: Using incremental CMS is deprecated and will likely be removed in a future release
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option PermSize=128m; support was removed in 8.0
Java HotSpot(TM) 64-Bit Server VM warning: Using incremental CMS is deprecated and will likely be removed in a future release
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option PermSize=128m; support was removed in 8.0
Java HotSpot(TM) 64-Bit Server VM warning: Using incremental CMS is deprecated and will likely be removed in a future release
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option PermSize=128m; support was removed in 8.0
Java HotSpot(TM) 64-Bit Server VM warning: Using incremental CMS is deprecated and will likely be removed in a future release
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option PermSize=128m; support was removed in 8.0
Java HotSpot(TM) 64-Bit Server VM warning: Using incremental CMS is deprecated and will likely be removed in a future release
Stitching internal version: 1.2
Stitching internal version: 1.2
Stitching internal version: 1.2
Stitching internal version: 1.2
Stitching internal version: 1.2
shift (second relative to first): (2441.0903, -11.317543) correlation (R)=0.97491306 (4336 ms)
Fusing ...
shift (second relative to first): (2431.9497, -12.097004) correlation (R)=0.9931254 (4235 ms)
Fusing ...
shift (second relative to first): (2422.935, -17.16072) correlation (R)=0.93323356 (4826 ms)
Fusing ...
shift (second relative to first): (2431.4043, -8.528332) correlation (R)=0.76532847 (4613 ms)
Fusing ...
shift (second relative to first): (2439.065, -11.85733) correlation (R)=0.8760426 (5160 ms)
Fusing ...
Finished ... (14347 ms)
Finished ... (15823 ms)
Finished ... (15115 ms)
Finished ... (15572 ms)
Finished ... (14998 ms)
Done.
Done.
Done.
Done.
[Parallel(n_jobs=5)]: Done   1 tasks      | elapsed:   56.2s
[Parallel(n_jobs=5)]: Done   2 out of   6 | elapsed:   56.4s remaining:  1.9min
Done.
[Parallel(n_jobs=5)]: Done   3 out of   6 | elapsed:   56.7s remaining:   56.7s
[Parallel(n_jobs=5)]: Done   4 out of   6 | elapsed:   57.2s remaining:   28.6s
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option PermSize=128m; support was removed in 8.0
Java HotSpot(TM) 64-Bit Server VM warning: Using incremental CMS is deprecated and will likely be removed in a future release
Stitching internal version: 1.2
shift (second relative to first): (2425.9255, -13.059948) correlation (R)=0.9922632 (1325 ms)
Fusing ...
Finished ... (3561 ms)
Done.
[Parallel(n_jobs=5)]: Done   6 out of   6 | elapsed:  1.3min remaining:    0.0s
[Parallel(n_jobs=5)]: Done   6 out of   6 | elapsed:  1.3min finished

real  1m17.104s
user  7m14.450s
sys 0m9.586s

@kinow
Copy link
Owner Author

kinow commented Jul 31, 2022

Screenshot from 2022-07-29 20-18-07

@kinow
Copy link
Owner Author

kinow commented Jul 31, 2022

Screenshot from 2022-07-31 20-37-18
Screenshot from 2022-07-31 20-37-01
Screenshot from 2022-07-31 20-36-40
Screenshot from 2022-07-31 20-35-45
Screenshot from 2022-07-31 20-35-26

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant