-
Notifications
You must be signed in to change notification settings - Fork 7.1k
add crestereo implementation #6310
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
Merged
Merged
Changes from 19 commits
Commits
Show all changes
23 commits
Select commit
Hold shift + click to select a range
39efae5
crestereo draft implementation
TeodorPoncu 93bc4c6
minor model fixes. positional embedding changes.
TeodorPoncu 7f2d924
aligned base configuration with paper
TeodorPoncu bf7f2ff
Merge branch 'main' into add-crestereo-model
jdsgomes 9fa1b50
Adressing comments
TeodorPoncu 1e63f3d
Merge branch 'add-crestereo-model' of https://github.com/pytorch/visi…
TeodorPoncu f843014
Broke down Adaptive Correlation Layer. Adressed some other commets.
TeodorPoncu 011582d
adressed some nits
TeodorPoncu 396bdcd
changed search size, added output channels to model attrs
TeodorPoncu d3e6fd5
changed weights naming
TeodorPoncu 07c15da
changed from iterations to num_iters
TeodorPoncu 0ba1c37
removed _make_coords, adressed comments
TeodorPoncu b7f269d
Merge branch 'main' into add-crestereo-model
TeodorPoncu 13f81f6
fixed jit test
TeodorPoncu 94d2d43
Merge branch 'main' into add-crestereo-model
jdsgomes b224caa
Merge branch 'main' into add-crestereo-model
jdsgomes e9dfe3e
Merge branch 'main' into add-crestereo-model
YosuaMichael 016501b
config nit
TeodorPoncu c5cc082
Merge branch 'add-crestereo-model' of https://github.com/pytorch/visi…
TeodorPoncu d74d28c
Changed device arg to str
TeodorPoncu 3989652
Merge branch 'main' into add-crestereo-model
YosuaMichael 1307cd3
Merge branch 'main' into add-crestereo-model
YosuaMichael 6cead36
Merge branch 'main' into add-crestereo-model
jdsgomes File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
Binary file not shown.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,2 @@ | ||
from .raft_stereo import * | ||
from .crestereo import * |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.