mirror of https://github.com/JDAI-CV/fast-reid.git
Merge 8ea4d454f4
into c9bc3ceb2f
commit
faef9c9a87
fastreid
data
evaluation
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue