yuquan

Results 1 comments of yuquan

我好像解决了,根据image_demo是缺少了text输入,所以查看了源码并进行手动提供了相应的text的值,具体修改: result = inference_detector(model, frame, test_pipeline=test_pipeline, text_prompt=text_prompt) 其中,text_prompt是我自定义的数据集的类别标签,其形式为[class1, class2, ...] 目前在我自己的数据集上能正常执行