We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7985b0 commit e86c200Copy full SHA for e86c200
README.md
@@ -17,7 +17,7 @@ pip install numpy opencv-python
17
18
## Inference
19
20
-Inference uses our pretrained model, trained with multiple datasets, neuflow_mixed.pth.
+Inference uses our pretrained model, trained with multiple datasets, neuflow_mixed.pth:
21
```
22
python infer.py
23
@@ -70,7 +70,7 @@ python images_flows_to_npy.py
70
71
## Training
72
73
-Simple training script
+Simple training script:
74
75
python train.py \
76
--checkpoint_dir $YOUR_CHECKPOINT_DIR \
0 commit comments