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

Configurable model #127

Merged
merged 13 commits into from
May 15, 2023
Merged

Configurable model #127

merged 13 commits into from
May 15, 2023

Conversation

norihiro
Copy link
Owner

@norihiro norihiro commented Apr 15, 2023

Description

How Has This Been Tested?

General checklist

  • The commit is reviewed by yourself.
  • The code is tested.
  • Document is up to date or not necessary to be changed.
  • The commit is compatible with repository's license.

@norihiro norihiro force-pushed the rewrite-202304 branch 2 times, most recently from dbe49a3 to 5380a07 Compare April 15, 2023 14:27
When multiple threads access an image object in dlib's type, it caused
crash. This crash happened when CPU has high load and correlation
tracker becomes super slow.
Instead of having the image in dlib's type, store in the thread-safe
type obs_source_frame and create dlib's type in each thread.
@norihiro
Copy link
Owner Author

I started to try training on my machine. I'm afraid it will take several weeks.

@norihiro
Copy link
Owner Author

I have not successfully generate the face detection model data yet.
Even the image dataset described in davisking/dlib-models cannot generate the model that can successfully detect faces. I need more time to investigate it.
At first, I'd like to merge the change in the source code since the face detection using MMOD will improve some detection results.

@norihiro norihiro marked this pull request as ready for review May 15, 2023 11:16
@norihiro norihiro merged commit d211c3d into main May 15, 2023
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

Successfully merging this pull request may close these issues.

PTZ: Improve format compatibility
1 participant