Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/poyqraz/sam2-pycharm-terminal-installation
https://github.com/poyqraz/sam2-pycharm-terminal-installation
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/poyqraz/sam2-pycharm-terminal-installation
- Owner: Poyqraz
- License: apache-2.0
- Created: 2024-08-07T18:36:55.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-08-08T20:09:37.000Z (5 months ago)
- Last Synced: 2024-08-09T22:23:08.062Z (5 months ago)
- Size: 15.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# META's SAM2-Pycharm-Terminal-Installation
$ python -m venv sam
Windows: $ sam\Scripts\activatemacOS ve Linux: $ source sam/bin/activate
$ pip install -r requirements.txt
$ pip install setuptools
$ pip install wheel
$ pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu124
$ pip install --no-build-isolation -e .Download and Install Microsoft Visual C++ Build Tools: https://visualstudio.microsoft.com/tr/visual-cpp-build-tools/
Install Ninja (Optional but Recommended) Ninja is a small build system with a focus on speed: $ pip install ninja
$ python setup.py build_ext --inplace
$ pip install supervision