You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You can download datasets via [BitTorrent] (https://lmb.informatik.uni-freiburg.de/data/SceneFlowDatasets_CVPR16/Release_april16/data/FlyingThings3D/raw_data/flyingthings3d__frames_cleanpass.tar.torrent). Then, you need to unzip and move corresponding datasets to follow the folder structure shown above. The datasets have been well-prepared by the original authors.
77
+
You can download datasets via \[BitTorrent\] (https://lmb.informatik.uni-freiburg.de/data/SceneFlowDatasets_CVPR16/Release_april16/data/FlyingThings3D/raw_data/flyingthings3d__frames_cleanpass.tar.torrent). Then, you need to unzip and move corresponding datasets to follow the folder structure shown above. The datasets have been well-prepared by the original authors.
Copy file name to clipboardExpand all lines: docs/en/data_prepare/FlyingThings3d_subset/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -73,4 +73,4 @@
73
73
| | | | | ├── xxxxxxx.png
74
74
```
75
75
76
-
You can download datasets via [BitTorrent] (https://lmb.informatik.uni-freiburg.de/data/FlyingThings3D_subset/FlyingThings3D_subset_image_clean.tar.bz2.torrent). Then, you need to unzip and move corresponding datasets to follow the folder structure shown above. The datasets have been well-prepared by the original authors.
76
+
You can download datasets via \[BitTorrent\] (https://lmb.informatik.uni-freiburg.de/data/FlyingThings3D_subset/FlyingThings3D_subset_image_clean.tar.bz2.torrent). Then, you need to unzip and move corresponding datasets to follow the folder structure shown above. The datasets have been well-prepared by the original authors.
- `--gt`: The video file of ground truth for input video.
72
-
If specified, the ground truth will be concatenated predicted result as a comparison.
73
-
- `--device`: Device used for inference.
74
+
-`--gt`: The video file of ground truth for input video.
75
+
If specified, the ground truth will be concatenated predicted result as a comparison.
76
+
-`--device`: Device used for inference.
74
77
75
-
Example:
78
+
Example:
76
79
77
-
Assume that you have already downloaded the checkpoints to the directory `checkpoints/`,
78
-
and output will be save as `raft_demo.mp4`.
80
+
Assume that you have already downloaded the checkpoints to the directory `checkpoints/`,
81
+
and output will be save as `raft_demo.mp4`.
79
82
80
-
```shell
81
-
python demo/video_demo.py demo/demo.mp4 \
82
-
configs/raft/raft_8x2_100k_mixed_368x768.py \
83
-
checkpoints/raft_8x2_100k_mixed_368x768.pth \
84
-
raft_demo.mp4 --gt demo/demo_gt.mp4
85
-
```
83
+
```shell
84
+
python demo/video_demo.py demo/demo.mp4 \
85
+
configs/raft/raft_8x2_100k_mixed_368x768.py \
86
+
checkpoints/raft_8x2_100k_mixed_368x768.pth \
87
+
raft_demo.mp4 --gt demo/demo_gt.mp4
88
+
```
86
89
87
90
### Test a dataset
88
91
@@ -100,7 +103,7 @@ Optional arguments:
100
103
-`--show_dir`: Directory to save the visualized flow maps. If not specified, the flow maps will not be saved.
101
104
-`--eval`: Evaluation metrics, e.g., "EPE".
102
105
-`--cfg-option`: Override some settings in the used config, the key-value pair in xxx=yyy format will be merged into config file.
103
-
For example, '--cfg-option model.encoder.in_channels=6'.
106
+
For example, '--cfg-option model.encoder.in_channels=6'.
104
107
105
108
Examples:
106
109
@@ -131,7 +134,7 @@ Optional arguments:
131
134
-`--seed`: Seed id for random state in python, numpy and pytorch to generate random numbers.
132
135
-`--deterministic`: If specified, it will set deterministic options for CUDNN backend.
133
136
-`--cfg-options`: Override some settings in the used config, the key-value pair in xxx=yyy format will be merged into config file.
134
-
For example, '--cfg-option model.encoder.in_channels=6'.
137
+
For example, '--cfg-option model.encoder.in_channels=6'.
135
138
136
139
Difference between `resume-from` and `load-from`:
137
140
`resume-from` loads both the model weights and optimizer status, and the epoch/iter is also inherited from the specified checkpoint. It is usually used for resuming the training process that is interrupted accidentally.
0 commit comments