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 cv2 as cv
|
||||||
import numpy as np
|
import numpy as np
|
||||||
@ -6,6 +6,7 @@ import sys
|
|||||||
import shutil
|
import shutil
|
||||||
from os import path
|
from os import path
|
||||||
import hashlib
|
import hashlib
|
||||||
|
from dataclasses import dataclass
|
||||||
|
|
||||||
import tempfile
|
import tempfile
|
||||||
from pathlib import Path
|
from pathlib import Path
|
||||||
|
Loading…
x
Reference in New Issue
Block a user