/
githubmirror
/
segment-anything
Обзор
Документация
Войти
/
githubmirror
/
segment-anything
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
.gitignore
42 строки
389 B
Nikhila Ravi
Add mini web demo
11 апр 2023, 20:37
11 апр 2023, 20:37
426edb2
Код
Авторство
О чём код?
.nfs* # compilation and distribution __pycache__ _ext *.pyc *.pyd *.so *.dll *.egg-info/ build/ dist/ wheels/ # pytorch/python/numpy formats *.pth *.pkl *.npy *.ts model_ts*.txt # onnx models *.onnx # ipython/jupyter notebooks **/.ipynb_checkpoints/ # Editor temporaries *.swn *.swo *.swp *~ # editor settings .idea .vscode _darcs # demo **/node_modules yarn.lock package-lock.json