pytorch-YOLOv4 icon indicating copy to clipboard operation
pytorch-YOLOv4 copied to clipboard

PyTorch ,ONNX and TensorRT implementation of YOLOv4

Results 141 pytorch-YOLOv4 issues
Sort by recently updated
recently updated
newest added

Does anyone encounter the situation that CPU can run but GPU will be stuck in the first epoch? Results can be obtained when training with CPU. But when I train...

您好! 我有一个问题。请帮我一下。 ![캡처](https://user-images.githubusercontent.com/72849922/141267086-37967ede-5cd8-4b13-a9f8-4378657d802a.PNG) 这一个情况的时候怎么解决? ONNX -> TensorRT

I am using JETPACK 4.5.1 with tensorrt- 7.3.1 on AGX with yolov4-tiny_416-VIDS The bounding boxes are not appropriate Please help ![predictions_onnx](https://user-images.githubusercontent.com/17645457/140908678-29ad864f-cc07-4ea4-8c27-58fe9912126f.jpg)

sorry, I don't understand the way of inference.my way: (follow this: python models.py ) (!!!INTERRUPTED.pth is my traing result) python models.py 80 "/home/cad429/code/lzh/my_yolo/INTERRUPTED.pth" "/home/cad429/code/lzh/my_yolo/data/dog.jpg" 576 768 but error: RuntimeError: Error(s)...

It should be `minShapes`, not `minShape` ``` --minShapes=spec Build with dynamic shapes using a profile with the min shapes provided --optShapes=spec Build with dynamic shapes using a profile with the...

When I transfer the pth model to ONNX model, and use the ONNX model for detection, I find the speed is downed from 5fps to 0.5 fps, anybody meets this...

Hello, what do the variables **cutmix** and **mosaic** in the CFG do? Thanks

I didn't find the keyword of freezing layers

I'm curious why do i have to train with Yolov4 instance model in train.py and inference with Darknet instance model. Are they same models?? Oh, I think I have to...

Traceback (most recent call last): File "train.py", line 626, in # device=device, ) File "train.py", line 425, in train evaluator = evaluate(eval_model, val_loader, config, device) File "/data/anaconda3/lib/python3.7/site-packages/torch/autograd/grad_mode.py", line 49, in...