Skip to content

Commit 8211f52

Browse files
committed
Refine module description for YOLO object detector in PyTorch Signed-off-by: Arjun Sachar <[email protected]>
Signed-off-by: [email protected] <[email protected]>
1 parent bf2ff89 commit 8211f52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

art/estimators/object_detection/pytorch_yolo.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242

4343
class PyTorchYolo(PyTorchObjectDetector):
4444
"""
45-
This module implements the model- and task specific estimator for YOLO v3, v5, v8+ object detector models in PyTorch.
45+
This module implements the model- and task specific estimator for YOLO object detector models in PyTorch.
4646
4747
| Paper link: https://arxiv.org/abs/1804.02767
4848
"""

0 commit comments

Comments
 (0)