Fix mot lazy import and warning (#6476)
* [Dy2St]Fix cascade_rcnn export model problem (#6468) * [Dy2St]Fix cascade_rcnn export model problem * [Dy2St]Fix cascade_rcnn export model problem * fix import for mot * fix import for mot deploy * fix lazy import mot
Showing
... | @@ -10,11 +10,12 @@ Cython | ... | @@ -10,11 +10,12 @@ Cython |
pycocotools | pycocotools | ||
#xtcocotools==1.6 #only for crowdpose | #xtcocotools==1.6 #only for crowdpose | ||
setuptools>=42.0.0 | setuptools>=42.0.0 | ||
# for vehicleplate | |||
pyclipper | pyclipper | ||
# for mot | # for mot | ||
lap | lap | ||
sklearn | |||
motmetrics | motmetrics | ||
openpyxl | sklearn | ||
filterpy | filterpy |
想要评论请 注册 或 登录