facebookresearch / supervision-by-registration

Supervision-by-Registration: An Unsupervised Approach to Improve the Precision of Facial Landmark Detectors
Other
762 stars 165 forks source link

Training problem in the first stage #66

Closed KeyKy closed 4 years ago

KeyKy commented 4 years ago

After modified SBR training, I get a few badcase when testing in a video. These badcases only occur in some frame. image image image it's so weird. I have trained it with a large dataset.

KeyKy commented 4 years ago

Does somebody have the same issue as I describle, thanks

D-X-Y commented 4 years ago

This does happen sometimes. I also observe this phenomenon.

KeyKy commented 4 years ago

OK,I am going to use flip augmentation. Do more experiments.

KeyKy commented 4 years ago

could you explain the following code in basic_batch.py?

x = x * downsample + downsample / 2.0 - 0.5
y = y * downsample + downsample / 2.0 - 0.5 # why do we need to add the offset?

Could you explain this to me? I fix the problem now and i am going to close this issue. @D-X-Y