-
Hello,
I am trying to prune yolov5 model and my env is as follows:
torch==1.8.1
torchvision==0.9.1
nncf==1.7.1
Python 3.6.8
No CUDA
While the sparsity compression works fine, filter pruning doe…
-
onnx -> tensorrt
-
1. How is the learning process conducted in the context of human-human correlations during training?
2. Was human-human interaction data added to the existing dataset?
3. Is it possible to detec…
-
-
Hi! First of all, thank you very much for your effort in explaining such a complex and complicated YOLOv5 architecture! I have tried to reproduce your results reported in your repo but faced several p…
-
Using yolov5n-0.5.pt on Jetson Nano and Get about 5 fps
And I try to use tensorRT
So I first using models/export.py and torch2tensorrt/main.py to do inference
And I get some questions
1. When bu…
-
|yolov5|error|[Detector] loadEngine() failure: unexpected output dimensions: (1,3,80,80,85)
-
Namespace(weights='./yolov7-w6-face.pt', img_size=960, conf_thres=0.01, iou_thres=0.5, device='4', classes=None, agnostic_nms=False, augment=False, update=False, project='runs/detect', name='exp', exi…
-
如题
-
Hello there,
I'm trying to add the missing nms in my yolo5 model (yolov5n for precision); I followed the repo guide, but when I try to export the pytorch model (pt) into mlmodel, I get this convers…