We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I'm opening this issue to keep track of the progress made on the RAFT implementation. Implementing RAFT is part of our H2 goals: #4187
model architecture (normal and "small" one) Add RAFT model for optical flow #5022
new datasets
new transforms and augmentations Add transforms and presets for optical flow models #5026
training and evaluation reference for optical flow models Add training reference for optical flow models #5027
pretrained weights (our own weights from training recipe + porting of original weights from paper):
Bonus: implement new prototype API Add raft builders and presets in prototypes #5043
The support for Kitti would require support for 16bits png, which we don't have at the moment. EDIT: we do now
cc @pmeier @datumbox
The text was updated successfully, but these errors were encountered:
NicolasHug
No branches or pull requests
I'm opening this issue to keep track of the progress made on the RAFT implementation. Implementing RAFT is part of our H2 goals: #4187
model architecture (normal and "small" one) Add RAFT model for optical flow #5022
new datasets
new transforms and augmentations Add transforms and presets for optical flow models #5026
training and evaluation reference for optical flow models Add training reference for optical flow models #5027
pretrained weights (our own weights from training recipe + porting of original weights from paper):
Bonus: implement new prototype API Add raft builders and presets in prototypes #5043
The support for Kitti would require support for 16bits png,
which we don't have at the moment.EDIT: we do nowcc @pmeier @datumbox
The text was updated successfully, but these errors were encountered: