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

Adding image fusion model as primary inference and yolov5 as secondary detector. #550

Open
faizan1234567 opened this issue Jun 24, 2024 · 0 comments

Comments

@faizan1234567
Copy link

Thank you for the wonderful work.

I am using yolov5 as an object detection model following image fusion. I have infrared and optical input streams, the image fusion model (in this case TarDAL takes two frames as input i.e. infrared and RGB and generates a fused frame from them. Therefore, at output I am getting one stream from the fusion model. After fusing, the next step is to detect objects from the fused frame using yolov5 or any other detector. You have implemented yolo variants on Jetson and GPU, how can I incorporate image fusion as a primary inference. What modifications would you suggest?

Also I was running NVIDIA deepstream python apps, the deepstream_test1 runs successfully and detects object. I am not sure how can I use yolov5 model with it to detect object.

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

1 participant