Skip to content

Commit ac0a359

Browse files
authored
Update README.md
1 parent 8f3c74d commit ac0a359

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,15 @@ PyTorch: 0.4.0
1515
CUDA: 9.2
1616
## Ground Truth
1717

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.
1919

20-
## Training process
20+
## Training Process
2121

22+
Try `python train.py train.json val.json 0 0` to start training process.
2223

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.
2327

2428

2529
## References

0 commit comments

Comments
 (0)