Spaces:
Runtime error
Runtime error
| C:. | |
| │ .gitattributes | |
| │ .gitignore | |
| │ app.py | |
| │ backend.py | |
| │ README.md | |
| │ requirements.txt | |
| │ | |
| ├───checkpoints | |
| ├───configs | |
| │ sam2.1_hiera_t.yaml | |
| │ | |
| ├───example_images | |
| │ example.jpg | |
| │ | |
| ├───sam2.1 | |
| │ ├───checkpoints | |
| │ └───configs | |
| │ └───sam2.1 | |
| │ sam2.1_hiera_b+.yaml | |
| │ sam2.1_hiera_l.yaml | |
| │ sam2.1_hiera_s.yaml | |
| │ sam2.1_hiera_t.yaml | |
| │ | |
| └───__pycache__ | |
| app.cpython-310.pyc | |
| backend.cpython-310.pyc | |
| webui.cpython-310.pyc | |