C++ experienceCUDA knowledgeObject detection basics
初心者向け度初回貢献者にどれだけ取り組みやすいかを 1-100 で推定したスコアです。
10
調査方針
Review the existing HOG implementation in dlib (e.g., dlib/image processing/hog.h) to understand current performance. Investigate potential CUDA integration points by examining other CUDA modules in dlib (if any). Consider creating a benchmark to measure current HOG performance and propose a design for CUDA acceleration. Engage with maintainers in the issue comments to clarify requirements and feasibility.
HOG based object detection with CUDA · davisking/dlib#860 | Good First Issue