mirror of https://github.com/JDAI-CV/fast-reid.git
Update testing.py
parent
7f747235ba
commit
8ea4d454f4
|
@ -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