2023-05-26 18:52:08 +01:00
|
|
|
Optical Flow
|
|
|
|
|
|
|
|
- 2-Channel optical flow
|
|
|
|
- $dx,dy$
|
|
|
|
- Two consecutive frames
|
2023-05-27 22:17:56 +01:00
|
|
|
- 6-channel [[tensor]]
|
2023-05-26 18:52:08 +01:00
|
|
|
|
|
|
|
![[flownet.png]]
|
|
|
|
|
2023-05-27 23:02:51 +01:00
|
|
|
# [[Skip Connections]]
|
2023-05-26 18:52:08 +01:00
|
|
|
- Further through the network information is condensed
|
|
|
|
- Less high frequency information
|
|
|
|
- Link encoder layers to [[upconv]] layers
|
|
|
|
- Append activation maps from encoder to decoder
|
|
|
|
|
|
|
|
# Encode
|
|
|
|
![[flownet-encode.png]]
|
|
|
|
|
|
|
|
# [[Upconv]]
|
|
|
|
![[flownet-upconv.png]]
|
|
|
|
|
|
|
|
# Training
|
|
|
|
- Synthetic rendered objects
|
|
|
|
- Real background images
|
|
|
|
|
|
|
|
![[flownet-training.png]]
|