Angfinal
Angfinal
Hello, I also encountered this problem, have you solved it?
Hello, for this pkl file, how did you convert the 6 entries of "track_bboxes". I don’t know how to operate the pkl file obtained by this test. Can you give...
> 对于具有 CLEAR 指标的结果,您可以运行跟踪脚本 [例如 mot17_track_cfg.py] 来获取结果。 > > 对于HOTA指标的结果,可以参考tools/eval_hota.sh,修改自己的文件路径,然后运行。 I found that every time when train is executed, the default evaluation is coco’s AR evaluation. How should I modify...
> 你的后端推理的端点没有保留吗?这会导致你无法在前端使用后端推理。 hello, how did you solve this problem?
> > > 你的后端推理的端点没有保留吗?这会导致你无法在前端使用后端推理。 > > > > > > 您好,您是如何解决这个问题的? > > 确保标签工作室的前端和机器学习推理后端同时存在,这意味着您需要打开两个终端,而不是使用 ctrl + c 取消其中一个程序 I have two command lines, one starts the front end and the...