-
Here I train the flownet2 directly on the flying chairs. However, the EPE error explode after 7 epochs.
We can find that the EPE error is always increasing during the training procedure.
![image…
-
-
Hi!
I am really interested in your paper and this repo.
I have trained the MaskflowNet_s using FlyingChairs dataset with the code provided in this
repo. However, the epe on mpi-sinte…
-
After running the following comand, I got a NameError: name 'inference_loader' is not defined
Any help?
python main.py --inference --model FlowNet2 --save_flow --inference_dataset MpiSintelClean…
3togo updated
4 years ago
-
Hello, I would like to request your help. I can extract the Motion Vector without problems from a video but when I create the video from the images the Motion Vector that I extract have problems, this…
-
What datasets are exactly used for the generations?
-
In your command:
```
# Example on MPISintel Final and Clean, with MultiScale loss on FlowNet2C model
python main.py --batch_size 8 --model FlowNet2C --optimizer=Adam --optimizer_lr=1e-4 --loss=M…
-
Thank you for your outstanding work! I have some problems about data augmentation.
I found that the model only uses scale,crop,HorizontalFlip and VerticalFlip to enchance the input data when you pret…
-
Hi, thanks for sharing your work.
I'm able to run your inference model and the results looks good. But I'm not able to train the PWCNet caffe model following the instructions.
I compiled Caffe …
-
HI,thank you for your outstanding work! I have some questions on data augmentation.
I find you do not add scale and chromatic augmentation to data augmentation ,is it sacrifice performance on chairs…