CaiOrange

Results 8 issues of CaiOrange

如题,改动了网络结构后原有的模型转换方法不支持了.

按照大佬的思路将改进点在yolov5上实现,在将Concat改为ADD时报如题错误,请问这个错误原因及修改方法

如题,我对yolov5的backbone进行了更换,如果向生成基于这个模型的engine文件应该对tensorrtx的哪部分进行调整?

env:TX2 NX jetpack 4.5.1 Yolo v5s 5.0 tensorrtx 5.0 I try to generate .wts from pytorch with .pt, run : python3 gen_wts.py -w yolov5s.pt -o yolov5s.wts I got yolov5s and...

wontfix

I try to run python3 gen_wts_yoloV5.py -w yolov5s.pt (the yolov5s.pt was trained by yolov5 with a modified backbone and neck) ,the output is 'Model not supported'. Although I got yolov5.cfg...

After completing the rootfs migration, the .so file is displayed for some object detection models when running DeepStream, and the file does exist on the path given by the error...

bug

### Search before asking - [X] I have searched the YOLOv5 [issues](https://github.com/ultralytics/yolov5/issues) and [discussions](https://github.com/ultralytics/yolov5/discussions) and found no similar questions. ### Question I noticed that the/data/hyps folder contains five hyp files...

question

`Jetpack 4.6 deepstream 6.0.1 yolov5 6.1 ` I tested yolov5s , yolov7 , yolor (untrained,all of them),the can work well. I trained yolov5(changed backbone,but layers(CBH , LC_block , Dense) can...