CoolFace
Apppublic

dilums/object-detection

sourceHugging Facemitupdated 3y agoView on Hugging Face
0likes
utils.ts5 linesDownload Raw Back to utils
1export const range = (n: number) =>2  Array(n)3    .fill(0)4    .map((i, j) => i + j);5