1adrianb / 1adrianb/face-alignment
SFD speed ?
- 主要言語
- Python
- スター
- 7.5k
- フォーク
- 1.4k
- PR マージ指標
- 30日以内にマージされた PR はありません
説明
Nice move to include SFD detector!
How fast is your PyTorch version of SFD? I remember trying some earlier port of SFD to PyTorch and it was ~10x slower than original Caffe implementation.
コントリビューションガイド
このリポジトリのコントリビューションガイドは索引されていません
調査の方向性
The issue asks about the speed of the PyTorch SFD detector compared to the original Caffe version. Start by locating the SFD detector implementation in the codebase, likely in a module like `face_alignment/detection/sfd`. Run benchmark tests to measure inference time, comparing against any available Caffe baseline or reported figures. Check for existing performance profiling scripts or consider writing a simple timing script that uses the detector on sample images. 'Done' would be a clear report of the current speed and identification of any bottlenecks.
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- python, pytorch
- 領域
- performance
- issue の種類
- バグ
- 難易度
- 4/5
- 見積もり時間
- 3〜5日
- 活発さ
- 停滞
- 明瞭さ
- おおむね明確
- 初心者へのやさしさ
- 35/100