-
Notifications
You must be signed in to change notification settings - Fork 7
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
speed and memory #13
Comments
The "if_local" choice try to pre-decide the matched pairs from multiple possible ones, and reduce the space cost. It just can provide a trade-off beween time and space. |
But our pre-decision algorithm here is not efficient enough and seems to crop some of useful pairs incorrectly, maybe you can write a more efficient one? |
I have some problems with the code implementation. Could you please explain roughly what these functions do? Thanks. Line 122 in 98d2e03
Line 135 in 98d2e03
Line 140 in 98d2e03
|
my inference size is 640 x 480, tested in 3090, when i set if_local as False, the pipe time is 1.22s, memory costing is large to 22G. however, when setting if_local to True, the pipe time is 2s, memeoy costing is 5.4G.
pats/configs/test_demo.yaml
Line 9 in 98d2e03
the result is so difference, Any suggestions for solving this problem?
The text was updated successfully, but these errors were encountered: