Skip to content

Commit 4d3fb1b

Browse files
Cleaning the code
1 parent a39f167 commit 4d3fb1b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

detection/deeplearning.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ def __init__(
3333
enable_edgetpu: bool,
3434
):
3535
"""Init an object instance from the class.
36-
36+
3737
Args:
3838
is_multiple: True/False whether there is multiple type of object.
3939
model: Name of the TFLite object detection model.
@@ -78,7 +78,7 @@ def detect(
7878
server_address: str,
7979
):
8080
"""Run detection using deep learning method.
81-
81+
8282
Args:
8383
det_type: Type of detections (color, shape, or category).
8484
true_label: true label for detected object.

0 commit comments

Comments
 (0)