pull/747/merge
devy52 2025-03-24 08:03:59 +00:00 committed by GitHub
commit faef9c9a87
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions
fastreid
evaluation

View File

@ -16,7 +16,7 @@ if TORCH_MAJOR == 1 and TORCH_MINOR < 8:
else:
string_classes = str
from collections import Mapping
from collections.abc import Mapping
from fastreid.config import configurable
from fastreid.utils import comm

View File

@ -2,8 +2,8 @@
import logging
import pprint
import sys
from collections import Mapping, OrderedDict
from collections import OrderedDict
from collections.abc import Mapping
import numpy as np
from tabulate import tabulate
from termcolor import colored