Scaled-YOLOv4-TensorRT icon indicating copy to clipboard operation
Scaled-YOLOv4-TensorRT copied to clipboard

Got 100fps on TX2. Got 500fps on GeForce GTX 1660 Ti. If the project is useful to you, please Star it.

Results 22 Scaled-YOLOv4-TensorRT issues
Sort by recently updated
recently updated
newest added

Hi, 我目前操作YOLOv4-p5時, 我有試著改過Depth, Width的Multiple數字, 但目前看起來在createEngine時, 會卡在這個Layer, bottleneck_CSP2 addBatchNorm2d裡面的addScale, 所以想在此詢問一下, 謝謝 ! 目前下面是出現的log yolov4-p5: /home//scaled_yolov4_inference/Scaled-YOLOv4-TensorRT/yolov4-p5-tensorrt/common.hpp:211: nvinfer1::IScaleLayer* addBatchNorm2d(nvinfer1::INetworkDefinition*, std::map&, nvinfer1::ITensor&, std::__cxx11::string, float): Assertion `scale_1' failed. test_inference.sh: line 6: 12739 Aborted (core dumped)...

It takes a long time to do inference for the first few images. Progressively the inference time reduces. Does engine generation optimize according to the device? Any cache/changes needed to...

Please help me out with this one: I try to convert sample yolov4-p6.pt.. after generating wts i receive this: "root@3bc22b0a0ace:/yolo/Scaled-YOLOv4-TensorRT/yolov4-p6-tensorrt/build# ./yolov4-p6 -s 1.0 1.0 Loading weights: ../yolov4-p6.wts Building engine, please...

Hi, having torch v 1.8 on jetson device, I am unable to get a .wts file. I think that there is a mismatch between the model it expects and the...

Hey This error happened when I execute 'make' in Build and run section ? How to solve ? Thanks ![image](https://user-images.githubusercontent.com/42195775/123597828-06d25c00-d81e-11eb-8821-11671efb0188.png)

Traceback (most recent call last): File "gen_wts.py", line 13, in model.load_state_dict(torch.load(weights, map_location=device)['model']) File "/home/sany/.local/lib/python3.7/site-packages/torch/nn/modules/module.py", line 1224, in load_state_dict self.__class__.__name__, "\n\t".join(error_msgs))) RuntimeError: Error(s) in loading state_dict for Darknet: Missing key(s) in...

I wanna use a webcam to detect(real-time) what can I do?