-
hi, I transfer yolov4.pt to ONNX, but I have some warning as below:
Does these warnings inference the onnx result?
and I use onnx
**F:\Project\yolov3-master\utils\layers.py:60: TracerWarning: Con…
-
-
Before submitting a bug report, please be aware that your issue **must be reproducible** with all of the following, otherwise it is non-actionable, and we can not help you:
- **Current repo**: run `…
-
It seems like the performances on example video very bad, any idea on which issues?
The bounding boxes looks like not very stable.
-
after successfully pulling your image from docker hub when I write :
sudo docker run --gpus all --ipc=host -it ultralytics/yolov5:latest
face with these erroes in jetson nano. what can I do?
m…
-
Hi all,
I'm trying to compile (with make) Darknet on a Kaggle Notebook, but I keep running into this problem:
```
/usr/lib/gcc/x86_64-linux-gnu/7/../../../x86_64-linux-gnu/libcuda.so: file not …
-
Hi!
Network was converted to IR (FP16) without any problems.
It works fine on CPU or GPU, but fails to run on MYRIAD (NCS2) (wrong result on output).
Tried option 'VPU_HW_STAGES_OPTIMIZATION': 'N…
-
@NanoCode012 @glenn-jocher The orginal issue is too long. Please let's have it here.
## 🚀 Feature
1. Use mp.spawn. (Improve readability, opt.distributed=True , to denote their current state rather…
-
Hi @wang-xinyu , I tried to update the createEngine method and faced an issue. If you can help me resolve it would be wonderful.
So, this is the updated method according to the updated yolov5s model…