Skip to content

Commit

Permalink
Update hyperFace.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
N3oRay committed May 21, 2024
1 parent ca15984 commit d775327
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/adapters/hyperFace.ts
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ async function tileProc(
const outBOffset = outImageW * outImageH * 2

const tileSize = 256
const tilePadding = 128 // 256 * 0.5 // 512 * 0.25
const tilePadding = 96 // 256 * 0.5 // 512 * 0.25
const tileSizePre = tileSize - tilePadding * 2

const tilesx = Math.ceil(inputDims[3] / tileSizePre)
Expand Down

0 comments on commit d775327

Please sign in to comment.