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

Feature/face area filter #103

Closed
wants to merge 4 commits into from
Closed

Feature/face area filter #103

wants to merge 4 commits into from

Conversation

drcege
Copy link
Collaborator

@drcege drcege commented Nov 28, 2023

  1. add face_area_filter
  2. detect faces based on opencv CascadeClassifier
  3. handle detection hanging with num_proc > 1

@CLAassistant
Copy link

CLAassistant commented Nov 28, 2023

CLA assistant check
All committers have signed the CLA.

@HYLcool HYLcool added enhancement New feature or request dj:multimodal issues/PRs about multimodal data processing labels Nov 29, 2023
@HYLcool HYLcool added this to the Multimodal Support milestone Nov 29, 2023
@drcege
Copy link
Collaborator Author

drcege commented Dec 1, 2023

单元测试与 clip_similarity_filter.py 存在某种冲突, @zhijianma 一起看下

@zhijianma
Copy link
Collaborator

zhijianma commented Dec 3, 2023

单元测试与 clip_similarity_filter.py 存在某种冲突, @zhijianma 一起看下

导入opencv中,修改了子进程的启动方式为spwan, 导致MODEL_ZOO无法从父进程复制。
该设置会导致以model为输入的算子无法在多进程中正确加载,可以用如下脚本测试

python tools/process_data.py --config configs/demo/process.yaml

@drcege drcege closed this Dec 4, 2023
@drcege drcege deleted the feature/face_area branch December 6, 2023 06:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dj:multimodal issues/PRs about multimodal data processing enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants