SAM2.1 checkpoints + training code + Demo
This commit is contained in:
Haitham Khedr
2024-09-28 08:20:56 -07:00
parent 7e1596c0b6
commit aa9b8722d0
325 changed files with 38174 additions and 223 deletions

7
demo/frontend/.babelrc Normal file
View File

@@ -0,0 +1,7 @@
{
"env": {
"production": {
"plugins": ["babel-plugin-strip-invariant"]
}
}
}