1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-29 07:13:02 +04:00

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
+1 -2
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
@@ -361,4 +360,4 @@ if __name__ == '__main__':
if selected_model_name and not m.name.startswith(selected_model_name):
continue
print('Model: ' + selected_model_name)
m.get()
m.get()