-
我在yolov5网络中更改了我的模型,但当我使用onnxslim对我的onnx模型进行onnxslim Our-slim.onnx Our-slim2.onnx这一步的操作时,他并没有将unsqueeze这些给优化掉。
![onnxslim](https://github.com/user-attachments/assets/5d5e6b6f-e4aa-4219-a110-c38db7e4f6…
-
make编译时报错:
make[2]: *** [CMakeFiles/yolov5_thread_pool.dir/build.make:153:yolov5_thread_pool] 错误 1
make[1]: *** [CMakeFiles/Makefile2:87:CMakeFiles/yolov5_thread_pool.dir/all] 错误 2
wl758 updated
2 months ago
-
我编译代码,从脚本中下载了BM1684的模型和数据,然后去运行,出现:double free or corruption (!prev)错误
-
### 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 simi…
-
### 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 simi…
-
when i import yolov5 model in step 1, it raise pytorch verison error , yolov5 model trained by torch=1.9, but the tool's requrements.txt requires torch==1.2.0。 can i update torch?
-
在将pytorch的yolov5转换到paddle过程中eval报错
- 错误信息
ValueError: (InvalidArgument) The 'shape' in ReshapeOp is invalid. The input tensor X'size must be equal to the capacity of 'shape'. But received X's shap…
-
### Search before asking
- [X] I have searched the Supervision [issues](https://github.com/roboflow/supervision/issues) and found no similar feature requests.
### Description
yolov5 is a detection…
-
这个pt模型是用哪个版本训练的,我试了v5.0和v3.0都不行。V5可以转wts,但是engine出问题,V3都转不了wts
Traceback (most recent call last):
File "gen_wts.py", line 8, in
model = torch.load('weights/number_v5s.pt', map_location=devic…
-
### Feature Name
UltralyticsComputerVisionModel
### Feature Description
Create concrete implementations to use pytorch hub to preload yolov5 models for computer vision predictions:
https://docs.ul…