hitachinsk commited on
Commit
04a5058
·
1 Parent(s): 0a7a4bf

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -16,7 +16,7 @@ This repository hosts the pretrained models of the following paper:
16
  There are three models in this repository, here are the details.
17
 
18
  - `lafc.pth.tar`: The pretrained model of "Local Aggregation Flow Completion Network", which accepts a sequence of corrupted optical flows, and outputs the completed flows.
19
- - `lafc_single.pth.tar`: The pretrained model of the single flow completion version of "Local Aggregation Flow Completion Network", it accepts **one** corrupted flow, and outputs **one** completed flow.
20
  - `fgt.pth.tar`: The pretrained model of "Flow Guided Transformer", which receives a sequence of corrupted frames and completed optical flows, and outputs the completed frames.
21
 
22
  Besides the pretrained weights, we also provide the configuration files of these pretrained models.
 
16
  There are three models in this repository, here are the details.
17
 
18
  - `lafc.pth.tar`: The pretrained model of "Local Aggregation Flow Completion Network", which accepts a sequence of corrupted optical flows, and outputs the completed flows.
19
+ - `lafc_single.pth.tar`: The pretrained model of the single flow completion version of "Local Aggregation Flow Completion Network", it accepts **one** corrupted flow, and outputs **one** completed flow. (Only for the training of the FGT model)
20
  - `fgt.pth.tar`: The pretrained model of "Flow Guided Transformer", which receives a sequence of corrupted frames and completed optical flows, and outputs the completed frames.
21
 
22
  Besides the pretrained weights, we also provide the configuration files of these pretrained models.