You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have used this repositry for integrating yolov4 with Tensor RT .
GeForce GTX 1070 Mobile
Ubunto - 16.4
TensorRT 5.0
cfg file - As suggested I modified accordingly .[NOTE - I used SAME yolov4,.cfg and yolov4.weights for BOTH TensorRT+yolov4 and yolov4 (darkent)]
Case 1 - when I run the following command for TensorRT+yolov4 --- " ./runDet -i model/yolov4.engine -p output_Side.mp4 "
We are getting false detections in the video file.
Case 2 when I run the following command for yolov4 --- "./darknet detector demo cfg/coco.data cfg/yolov4.cfg yolov4.weights -dont_show /home/test/Anusha/output_Side.mp4 -i 0 -avgframes 1 -out_filename outyolov4.avi"
We are getting False Detetctions in the video file .
However the false Detections in case 1 and case 2 are not matching , which Ideally should match when I am using same config and weights file .
The text was updated successfully, but these errors were encountered:
I have used this repositry for integrating yolov4 with Tensor RT .
GeForce GTX 1070 Mobile
Ubunto - 16.4
TensorRT 5.0
cfg file - As suggested I modified accordingly .[NOTE - I used SAME yolov4,.cfg and yolov4.weights for BOTH TensorRT+yolov4 and yolov4 (darkent)]
Case 1 - when I run the following command for TensorRT+yolov4 --- " ./runDet -i model/yolov4.engine -p output_Side.mp4 "
We are getting false detections in the video file.
Case 2 when I run the following command for yolov4 --- "./darknet detector demo cfg/coco.data cfg/yolov4.cfg yolov4.weights -dont_show /home/test/Anusha/output_Side.mp4 -i 0 -avgframes 1 -out_filename outyolov4.avi"
We are getting False Detetctions in the video file .
However the false Detections in case 1 and case 2 are not matching , which Ideally should match when I am using same config and weights file .
The text was updated successfully, but these errors were encountered: