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
Copy file name to clipboardExpand all lines: README.md
+6-2Lines changed: 6 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,11 +15,15 @@ PyTorch: 0.4.0
15
15
CUDA: 9.2
16
16
## Ground Truth
17
17
18
-
Please follow the `make_dataset.ipynb ` to generate the ground truth.
18
+
Please follow the `make_dataset.ipynb ` to generate the ground truth. It shall take some time to generate the dynamic ground truth. Note you need to generate your own json file.
19
19
20
-
## Training process
20
+
## Training Process
21
21
22
+
Try `python train.py train.json val.json 0 0` to start training process.
22
23
24
+
## Validation
25
+
26
+
Follow the `val.ipynb` to try the validation. You can try to modify the notebook and see the output of each image.
0 commit comments