zouwen198317
zouwen198317
对呀,我也期待 paddlex gui 开源
是啊,能否提供 cfg 和weights? [email protected]
 我就是从本图 截取 然后 去匹配 都匹配不出来,不知道什么原因
你是说模板的 width 和height scale 要和 src 图像 一样吗? 你怎么一看就知道scale 不一样? 我是从原图扣出来的去匹配, 这个有什么讲究吗
是我搞错了,我模板是32位 rgba图像了, 而src 是 24位 rgb。用微信截图,帮我多了一个通道。
The expected result cannot be obtained. void CTinyDnnGpuDlg::OnBnClickedButton5() { // TODO: 在此添加控件通知处理程序代码 CString edit_text_w; (static_cast(GetDlgItem(IDC_EDIT3)))->GetWindowText(edit_text_w); CString edit_text_h; (static_cast(GetDlgItem(IDC_EDIT4)))->GetWindowText(edit_text_h); int w = _ttoi(edit_text_w); int h = _ttoi(edit_text_h); CString edit_text_cls; (static_cast(GetDlgItem(IDC_EDIT6)))->GetWindowText(edit_text_cls); int...
done! void CTinyDnnGpuDlg::OnBnClickedButton5() { // TODO: 在此添加控件通知处理程序代码 CString edit_text_w; (static_cast(GetDlgItem(IDC_EDIT3)))->GetWindowText(edit_text_w); CString edit_text_h; (static_cast(GetDlgItem(IDC_EDIT4)))->GetWindowText(edit_text_h); int w = _ttoi(edit_text_w); int h = _ttoi(edit_text_h); CString edit_text_cls; (static_cast(GetDlgItem(IDC_EDIT6)))->GetWindowText(edit_text_cls); int cls = _ttoi(edit_text_cls); // 获取IDC_EDIT5中的文本(图像文件路径)...
我在GPU上测试,也很慢,
yolov8-cls +1