Skip to content

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

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 Performance <training_time >: in Automatic Self_Checkout #1781

Closed
Abhijeet241093 opened this issue Mar 4, 2024 · 2 comments
Closed
Labels
AI recipe Content for OV campaigns

Comments

@Abhijeet241093
Copy link

Hi @riacheruvu,

Thank you for your attention.

Describe the bug
In function def get_iou, def intersecting_bboxes, run during training, considerably take running time ? I means if yolo model working on detection in that case, weather this function get_iou, & intersecting_bboxes run independently ? Is it slow down yolo model ? performance ?

Can function get_iou, & intersecting_bboxes participate in training time ?

Expected behavior
If function get_iou, & intersecting_bboxes participate in training time ? In that case, Is their way to separate this functions and yolo detection model, so both run independently ? so training become faster while adding new label data in custom dataset next time.

Screenshots

Installation instructions (Please mark the checkbox)
[ Yes ] I followed the installation guide at https://github.com/openvinotoolkit/openvino_notebooks#-installation-guide to install the notebooks.

** Environment information **
Please run python check_install.py in the openvino_notebooks directory. If the output is NOT OK for any of the checks, please follow the instructions to fix that. If that does not work, or if you still encounter the issue, please paste the output of check_install.py here.

Additional context
Add any other context about the problem here.

@eaidova eaidova added the AI recipe Content for OV campaigns label Mar 4, 2024
@riacheruvu
Copy link
Contributor

Hi @Abhijeet241093, the get_iou() and intersecting_bboxes() functions are reserved for inference - they aren't applicable at training time. The use of the functions during inference can increase the runtime of the application by a bit, just because we're doing additional post-processing and cross-checking of the YOLO model's outputs. I hope this answers your question. This discussion is more suited for the Discussions , as it's not specifically a bug - I would encourage you to create a new thread there and we can talk further if you have additional questions. Thanks!

@riacheruvu
Copy link
Contributor

Requesting @adrianboguszewski to close this thread, as we can move this thread to the Discussions page. Thank you!

@openvinotoolkit openvinotoolkit locked and limited conversation to collaborators Mar 7, 2024
@adrianboguszewski adrianboguszewski converted this issue into discussion #1801 Mar 7, 2024

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

Labels
AI recipe Content for OV campaigns
Projects
None yet
Development

No branches or pull requests

3 participants