BandyKenny

Results 3 comments of BandyKenny

![image](https://user-images.githubusercontent.com/43592362/180161471-87f9f8ee-90fa-40a4-9bcf-51602510593f.png) 我得Tensorrt版本是>8.2的,也可以正常生成.eng文件 ![image](https://user-images.githubusercontent.com/43592362/180163086-4f89913f-e1a6-47a9-873f-2eb787e0edb8.png) 但是进行infer.py脚本就会没反应: ![image](https://user-images.githubusercontent.com/43592362/180163624-fe3409b1-4112-45c5-80f7-40603e65f4d2.png) 卡住后,最后得到的结果就是: ![image](https://user-images.githubusercontent.com/43592362/180163693-e0bf040e-6f5b-4d17-ba9f-13ef487096ee.png)

> 2\. 处理可以省略非常多步骤,很方便,但是相应的也需要修改这位大佬的后处理部分代码,去掉NMS等部分 (因为官方v7带上--end2end 后出来的结果就直接是 我利用官方的加 --grid --simplify --end2end转出来后的onnx是这样子的: ![image](https://user-images.githubusercontent.com/43592362/184097908-50e977bf-c943-43f1-80cb-b81a35f93be2.png) 然后参考大佬说的,但是推理还是有问题,推理那一行可以正常执行,但是推理后得到的ort_output这个结果怎么取得到呀: ![image](https://user-images.githubusercontent.com/43592362/184102610-e2ab43ae-add6-421c-906d-4dcb8763a6d0.png) 我这里debug就是显示[0]里面有地址。。。。

@Wwupup 老师,现在2023版本中libfacedetection.train/configs/中并没有yudacedet.yaml的配置文件,变成了yunet_n.py文件,然后在Train中也修改了训练方式,我想问下在win下执行单GPU训练,这个该如何修改配置呀?🌹