未验证 提交 e65a7646 编写于 作者: F Feng Ni 提交者: GitHub

Fix install and typo (#7640)

* add ppyoloe architectures

* fix typos, test=document_fix
上级 eb3fe813
...@@ -413,7 +413,7 @@ class WandbCallback(Callback): ...@@ -413,7 +413,7 @@ class WandbCallback(Callback):
ips = float(batch_size) / float(batch_time.avg) ips = float(batch_size) / float(batch_time.avg)
data_cost = float(data_time.avg) data_cost = float(data_time.avg)
batch_cost = f batch_cost = float(batch_time.avg)
metrics = {"train/" + k: v for k, v in training_status.items()} metrics = {"train/" + k: v for k, v in training_status.items()}
......
...@@ -11,11 +11,10 @@ Cython ...@@ -11,11 +11,10 @@ Cython
pycocotools pycocotools
setuptools setuptools
# for vehicleplate # for MOT evaluation and inference
pyclipper
# for mot
lap lap
motmetrics motmetrics
sklearn==0.0 sklearn==0.0
filterpy
# for vehicleplate in deploy/pipeline/ppvehicle
pyclipper
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册