is_pip()
Returns `True` if file is part of pip package. Useful for contextual behavior modification. ```python def is_pip(): # Is file in a pip package? return 'site-packages' in Path(__file__).absolute().parts ```
git clone
cv2.imread(img, -1)
--weights URL
plot_one_box()
color=(128, 128, 128)