Add module string, sigh

This commit is contained in:
niten 2023-01-07 16:46:52 -08:00
parent f9e1411a5b
commit d61b62e973
1 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,4 @@
#!/usr/bin/env python3
"""Detect objects in images using YOLOv3."""
import cv2 as cv
import numpy as np
@ -6,6 +6,7 @@ import sys
import shutil
from os import path
import hashlib
from dataclasses import dataclass
import tempfile
from pathlib import Path