pytorch_YOLO_OpenVINO_demo icon indicating copy to clipboard operation
pytorch_YOLO_OpenVINO_demo copied to clipboard

Results 6 pytorch_YOLO_OpenVINO_demo issues
Sort by recently updated
recently updated
newest added

After the object is detected, the object is marked with a serial number, such as the person detected, but unlike the PT model, the tag of person is marked with...

Hello, do you what's the issue here? ![image_2022-04-02_164751](https://user-images.githubusercontent.com/93975422/161375257-f844c81d-b1d8-476c-9b33-a8d7848aa56a.png)

Hello, Why are you search with transpose to get the output layer? (how did you know the transpose is the output) because when I search with that keyword I found...

Is this code also support CPU version of mc module. If yes, which one it would be? I am having the following error ``` File "models/export.py", line 33, in model...

**My model was exported successfully. When my input was a video, the program performed fine, but when my input was an image, the program responded with an error.** ![image](https://user-images.githubusercontent.com/39977054/123401888-c8e4f600-d5d9-11eb-96a7-eabf53890275.png) ![image](https://user-images.githubusercontent.com/39977054/123402142-047fc000-d5da-11eb-8366-0683047d22b9.png)...

(venv) root@stratton:/pytorch_YOLO_OpenVINO_demo# python models/export.py --weights /syn2/yolov5x.pt --img-size 640 Namespace(batch_size=1, img_size=[640, 640], weights='/syn2/yolov5x.pt') Fusing layers... [W NNPACK.cpp:53] Could not initialize NNPACK! Reason: Unsupported hardware. Model Summary: 476 layers, 87730285 parameters, 0...