facebookresearch / facebookresearch/sam2

Demo: 70 MB default max video upload size

Open
#413 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
Jupyter Notebook
Stars
19.9k
Forks
2.5k
PR merge metrics
No merged PRs in 30d

Description

Despite modifying the code below (i.e., `useUploadVideo.ts`), I can't upload videos larger than 70 MB. Any hint of how to solve this?

```
// 70 MB default max video upload size
const MAX_FILE_SIZE_IN_MB = 500;
const MAX_VIDEO_UPLOAD_SIZE = MAX_FILE_SIZE_IN_MB * 1024 ** 2;
```

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.