lliuz / ARFlow

The official PyTorch implementation of the paper "Learning by Analogy: Reliable Supervision from Transformations for Unsupervised Optical Flow Estimation".
MIT License
249 stars 49 forks source link

Training question #2

Closed soulslicer closed 4 years ago

soulslicer commented 4 years ago

How can one use this code to train with the KITTI dataset?

Also where can I find the sintel_raw.json file etc. I downloaded the sintel dataset but i cannot find the json files

lliuz commented 4 years ago

Hi, @soulslicer

You can find sintel_raw.jon in the configs folder. It should be noted that the *.json files in this repo are used to record the configurations of training.

Besides, training for KITTI is almost the same as the one for Sintel dataset, you can refer to the files for Sintel to implement it. If you have any problem please let me know :)

soulslicer commented 4 years ago

Ok