Add module string, sigh
This commit is contained in:
parent
f9e1411a5b
commit
d61b62e973
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue