Skip to content

Commit

Permalink
[Docs] Refine readme and docstring (#54)
Browse files Browse the repository at this point in the history
  • Loading branch information
MeowZheng authored Dec 15, 2021
1 parent aede341 commit 55c4625
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ Refer to the below tutorials to dive deeper:

- [add new modules](docs/en/tutorials/4_new_modules.md)

- [customized runtime](docs/en/tutorials/5_customize_runtime.md)
- [customized runtime](docs/en/tutorials/5_customize_runtime.md)

## Contributing

Expand Down
2 changes: 1 addition & 1 deletion mmflow/datasets/pipelines/transforms.py
Original file line number Diff line number Diff line change
Expand Up @@ -722,7 +722,7 @@ def crop(self, img, crop_bbox):
return img

def __call__(self, results):
"""Call function to randomly crop images, semantic segmentation maps.
"""Call function to randomly crop images, flow maps.
Args:
results (dict): Result dict from loading pipeline.
Expand Down

0 comments on commit 55c4625

Please # to comment.