Unverified Commit 222f3807 authored by Zaida Zhou's avatar Zaida Zhou Committed by GitHub
Browse files

[Docs] Fix the format of the docstring (#1573)

* [Docs] Fix the format of docstring

* fix format
parent 53c1b2fe
...@@ -242,7 +242,7 @@ def sparse_flow_from_bytes(content): ...@@ -242,7 +242,7 @@ def sparse_flow_from_bytes(content):
Returns: Returns:
Tuple(ndarray, ndarray): Loaded optical flow with the shape (H, W, 2) Tuple(ndarray, ndarray): Loaded optical flow with the shape (H, W, 2)
and flow valid mask with the shape (H, W). and flow valid mask with the shape (H, W).
""" # nopa """ # nopa
content = np.frombuffer(content, np.uint8) content = np.frombuffer(content, np.uint8)
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment