Merge pull request #25826 from asmorkalov:as/clean_download_models_deps

Drop redundant dependency from download_models.py
This commit is contained in:
Alexander Smorkalov 2024-06-28 14:01:29 +03:00 committed by GitHub
commit aab7239f38
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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