Skip to content

Commit d47cb63

Browse files
authored
Update README.md
1 parent 00886fa commit d47cb63

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

README.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,19 @@ Note that the gifs may be out of sync if the network doesn't load them together.
2323
- **predict_segmentation.py**: Obtains the segmentation output for visualization purposes. You can create your own gif with these outputs.
2424

2525
- **get_class_weights.py**: The file to obtain either the median frequency balancing class weights, or the custom ENet function class weights.
26+
- **train.sh**: Example training script to train the different variations of the model.
2627

28+
- **train.sh** Example testing script to test the different variants you trained.
2729

28-
**TensorBoard Visualizations:** Execute `tensorboard --logdir=log` on your root directory to monitor your training and watch your segmentation output form against the ground truth and the original image as you train your model.
2930

3031

31-
**Note:** To use the checkpoint model, please set the argument `--stage_two_repeat=3` in both `train_enet.py` and `test_enet.py` as the checkpoint was trained on a slightly deeper version of ENet using 3 stage_two bottleneck series instead of the default 2.
32+
- **dataset**: Contains 6 folders that holds the original train-val-test images and their corresponding ground truth annotations.
33+
34+
- **checkpoint**: The checkpoint directory that could be used for predicting the segmentation output. The model was trained using the default parameters mentioned in the paper, except that it uses median frequency balancing to obtain the class weights.
35+
- **visualizations**: Contains the gif files that were created from the output of `predict_segmentation.py`.
36+
37+
38+
**TensorBoard Visualizations:** Execute `tensorboard --logdir=log` on your root directory to monitor your training and watch your segmentation output form against the ground truth and the original image as you train your model.
3239

3340

3441
## Important Notes

0 commit comments

Comments
 (0)