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

Regarding the code for combining the broken boxes #6

Open
shreejalt opened this issue Jun 30, 2023 · 3 comments
Open

Regarding the code for combining the broken boxes #6

shreejalt opened this issue Jun 30, 2023 · 3 comments

Comments

@shreejalt
Copy link

Hi,
Thanks for your contribution. The approach seems to be perfect. I wanted to know if you can help me in finding the code for correcting and combining the boxes

Thanks,
Shreejal

@previtus
Copy link
Owner

previtus commented Jul 1, 2023

Hi Shreejal,
Thank you for your interest. I believe this was done with functions in: https://github.com/previtus/AttentionPipeline/blob/master/video_parser_v2/processing_code/bbox_postprocessing.py

@shreejalt
Copy link
Author

Thanks a lot, @previtus

I wanted to ask small questions regarding your project.

I wanted to use different object detectors with different input resolutions. So I was seeing the code and was curious to know a few things.

  1. How can I incorporate the box post-processing for vehicle class? It seems you have taken into account just the person class. Also, how can I change the code so that I can take into consideration square boxes(Not vertical as mentioned in your paper) to merge the broken boxes?
  2. What are the main functions which I can use if I don't want to use threading and parallel processing (Also no client-server architecture)
  3. I have seen that there is a main_loop.py file. Can I use only those functions and the functions called from CropCoordinates and AttentionModule to complete the code with different resolutions?

I really appreciate your prompt response.
Thanking you in advance

Shreejal

@shreejalt
Copy link
Author

Hi @previtus
Let me know your thoughts on the same

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