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

what is difference between "sintel_ft.json" and "sintel_raw.json" after 50 epoch #24

Open shoutOutYangJie opened 3 years ago

shoutOutYangJie commented 3 years ago

I notice your aflow has two steps during training. At 'raw data' step, you use 'stage1' as second stage. But I observe the hyper parameters at "stage1" is the same as "ft.json". So I want to know why you train arflow twice with same hyper parameters?