Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Difference in False Detections when compared with yolov4 and yolov4+Tensor RT #51

Open
anusha657 opened this issue Oct 27, 2020 · 1 comment

Comments

@anusha657
Copy link

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 .

@akashAD98
Copy link

@anusha657 @CaoWGG im also facing the same issue. have you solved the problem??
im using this repo.
jkjung-avt/tensorrt_demos#473
jkjung-avt/tensorrt_demos#315

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants