Drop redundant dependency from download_models.py

This commit is contained in:
Alexander Smorkalov 2024-06-28 10:45:52 +03:00
parent 786726719f
commit 4500eb937f

View File

@ -3,7 +3,6 @@ Helper module to download extra data from Internet
'''
from __future__ import print_function
import os
import cv2
import sys
import yaml
import argparse