Files
yolov26_3d/tools/model_inference/docs/model_inference_through_eventid.md

6 lines
512 B
Markdown
Raw Normal View History

2026-06-24 09:35:46 +08:00
tools/model_inference/examples/events/G1Q3_场地评测数据集.json文件中记录了不同工况的数据每个工况下有多组数据每组数据中的data_path为eventid信息。
tools/model_inference/adapters/get_clip_by_eventid.py脚本可以用过event_id信息获取clip数据
现在期望tools/model_inference/run_two_roi_exported_onnx_infer.py脚本能够接收tools/model_inference/examples/events/G1Q3_场地评测数据集.json的输入从而对相关的clip数据进行模型推理。