davisking / davisking/dlib-models

Trained HOG detector, but variation(jitter and shake) in bounding box output result.

Open
#31 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
C++
Stars
1.6k
Forks
399
PR merge metrics
No merged PRs in 30d

Description

Trained HOG detector with custom hand datasets and configurations are mentioned below.

```
epsilon: 0.05
detection window size: 80 100
c: 800
```

**I inference trained HOG detector for live video of hand and observed issues as like below:**

```
But output bounding box has jitter/shake when hand is in stagnant or fixed potion.

Even output bounding box has jitter/shake when hand moves little side ways, up and down.
```

(FYI: The dlib's in-built face HOG detector works well and it has stabilized output when face is stagnant, moves sideways,up and down).

Please guide me how to make HOG(SVM) trained model stabilization in custom dataset as like dlib's face HOG detector.

(Dataset's image is attached for your reference).
![15 (1)](https://user-images.githubusercontent.com/20619142/73719454-7f96bc80-46ed-11ea-9232-b33a18aacdf6.jpg)

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.