Skip to content

Commit

Permalink
Update custom_train.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ayoolaolafenwa authored May 8, 2021
1 parent 4ae51a4 commit bcd1317
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tutorials/custom_train.md
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ PixelLib now supports a custom `imgaug` augmentation pipeline. You can read the
train_maskrcnn.train_model(num_epochs = 300, augmentation=augmentation_sequence_pipeline,path_trained_models = "mask_rcnn_models")
```

##### Note : The Default Augmentation that PixelLi uses is (when `augmentation` parameter of the `train_maskrcnn.train_model` is set to `True` is):
##### Note : The Default Augmentation that PixelLib uses is (when `augmentation` parameter of the `train_maskrcnn.train_model` is set to `True` is):
```python

augmentation = imgaug.augmenters.Sometimes(0.5, [
Expand Down

0 comments on commit bcd1317

Please sign in to comment.