Qin

Results 6 comments of Qin

我在使用了这个修改后的代码,依然出现了一些问题 RuntimeError: Only tuples, lists and Variables are supported as JIT inputs/outputs. Dictionaries and strings are also accepted, but their usage is not recommended. Here, received an input of unsupported...

你在安装darknet时候官网就会给你提供一个预训练的yolov3模型,那个就可以用了。记得要把他用的配置文件也到这个项目的data里面换掉原本的。https://pjreddie.com/darknet/yolo/ 我这边是一个课堂作业,安全帽检测,如果需要可以发给你。

放到readme里面了。还行的话,兄弟蛮烦给个星。

使用了 https://github.com/njvisionpower/Safety-Helmet-Wearing-Dataset 中的6300张数据集,配合自己实际使用的工厂中的1000张图片进行训练。map没有记录,当时只是一个课堂作业,只记录了loss 大概在0.3%左右。

![image](https://user-images.githubusercontent.com/49186574/147385817-803d1eb6-17d2-485f-9a20-1a84fb902b38.png) I think you can check if you set ONNX_EXPORT=False in mmdet.deploy_params.py