Skip to content

Commit

Permalink
fix: set liveness width seed to 1.0 (#688)
Browse files Browse the repository at this point in the history
  • Loading branch information
thaddmt committed Jan 17, 2023
1 parent 3560e26 commit 6be24a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ui/src/helpers/liveness/liveness.ts
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ export function getRandomLivenessOvalDetails({
return getStaticLivenessOvalDetails({
width,
height,
widthSeed: randomScalingAttributes.width,
widthSeed: 1.0, // Testing with max value to force closest distance to camera
centerXSeed: randomScalingAttributes.centerX,
centerYSeed: randomScalingAttributes.centerY,
});
Expand Down

0 comments on commit 6be24a9

Please sign in to comment.