tf-raft icon indicating copy to clipboard operation
tf-raft copied to clipboard

RAFT (Recurrent All Pairs Field Transforms for Optical Flow) implementation via tf.keras

Results 5 tf-raft issues
Sort by recently updated
recently updated
newest added

I was unable to install this package using pip due to a conflict with tensorflow-addons version. tf-raft specifies it needs `tensorflow-addons=0.11.1 ` , however maybe these versions are no longer...

Hi, I managed to train and validate the model on a small subset of the dataset and trying to save the full model instead of only the weights through the...

Fixxed memory issues for me. Old weights still usable.

When training with `python train_chairs.py configs/train_chairs.yml`, I noticed that `batch_size=4` exceeds the memory limitation of a single 2080ti GPU. Instead, I can only set `batch_size` to `1` on a single...

I'm following the README instructions to try get some inference outputs using the pre-trained sintel model weights. However, the quality of the outputs compared to the results in the RAFT...