ShiqiYu / ShiqiYu/libfacedetection
在 ARMv8-A 架构下,SIMD(NEON)指令集无效
Open
Nobody has claimed this yet.
- Dominant language
- C++
- Stars
- 12.8k
- Forks
- 3k
- PR merge metrics
- No merged PRs in 30d
Description
1、libfacedetection-master主目录下默认的Cmake中只是配置了NEON,并无实际编译配置操作;
2、自己修改了Cmake,生成静态库并加入应用工程中,实测开不开SIMD(NEON)指令集对帧率几乎无影响
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the default CMake configuration in the repository root and compare it with the reporter’s modified CMake setup for the static library. Reproduce the ARMv8-A application measurements with NEON enabled and disabled; done means determining whether NEON is actually compiled and explaining the reported lack of frame-rate improvement.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cmake, cpp
- Domain
- build-system, computer-vision, performance
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 32/100