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

Why does it take a long time to run a project on Docker? #65

Open
1ADZX opened this issue Aug 23, 2024 · 3 comments
Open

Why does it take a long time to run a project on Docker? #65

1ADZX opened this issue Aug 23, 2024 · 3 comments
Labels
question Further information is requested

Comments

@1ADZX
Copy link

1ADZX commented Aug 23, 2024

downloading: "http://cmp.felk.cvut.cz/~mishkdmy/models/loftr_outdoor.ckpt" to /root/.cache/torch/hub/checkpoints/loftr_outdoor.ckpt
100%|██████████████████████████████████████| 44.2M/44.2M [24:00<00:00, 32.2kB/s]
[2024/08/23 12:22:44 hloc INFO] Loaded LoFTR with weights outdoor
[2024/08/23 12:22:44 hloc INFO] Loading model using: 1446.551s
[2024/08/23 12:22:49 hloc INFO] Matching images done using: 5.529s
[2024/08/23 12:22:50 hloc INFO] ransac_method: CV2_USAC_MAGSAC, geometry_type: Fundamental
[2024/08/23 12:22:50 hloc INFO] ransac_method: CV2_USAC_MAGSAC, geometry_type: Homography
[2024/08/23 12:22:50 hloc INFO] RANSAC matches done using: 0.617s
[2024/08/23 12:22:50 hloc INFO] Display matches done using: 0.360s
[2024/08/23 12:22:50 hloc INFO] TOTAL time: 1453.248s
[2024/08/23 12:22:50 hloc INFO] Dump results done!

My graphics card model is GeForce RTX 3080 12GB,The specific parameters for matching the two images are shown in the figure。
Uploading 2024-08-23 20-25-14屏幕截图.png…

@1ADZX 1ADZX added the question Further information is requested label Aug 23, 2024
@1ADZX
Copy link
Author

1ADZX commented Aug 23, 2024

The specific parameters for matching the two images are shown in the figure.
Uploading 2024-08-23 20-25-14屏幕截图.png…

@1ADZX
Copy link
Author

1ADZX commented Aug 23, 2024

I think it takes too long to download the model.

@1ADZX 1ADZX closed this as completed Aug 23, 2024
@1ADZX
Copy link
Author

1ADZX commented Aug 23, 2024

Can you design a method to load the model locally when using Docker? It is too slow to download the model again every time.

@1ADZX 1ADZX reopened this Aug 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

1 participant