File tree Expand file tree Collapse file tree 2 files changed +15
-3
lines changed Expand file tree Collapse file tree 2 files changed +15
-3
lines changed Original file line number Diff line number Diff line change 3
3
This work is based on a fork of https://github.com/facebookresearch/segment-anything
4
4
5
5
6
- ## Dependencies
6
+ ## Installation
7
7
8
- Latest PyTorch nightly
8
+
9
+ Step 1
10
+
11
+ Get latest PyTorch nightly
9
12
10
13
11
14
For example:
@@ -15,6 +18,15 @@ pip3 install --pre torch torchvision torchaudio --index-url https://download.pyt
15
18
16
19
Installation instructions vary by platform. Please see the website https://pytorch.org/
17
20
21
+
22
+ Step 2
23
+
24
+ Install the package
25
+
26
+ ```
27
+ pip install ptl-segment-anything-fast
28
+ ```
29
+
18
30
## Results
19
31
20
32
The results show a waterfall of techniques.
Original file line number Diff line number Diff line change 3
3
packages = find_packages ()
4
4
print ("packages: " , packages )
5
5
setup (
6
- name = 'segment-anything-fast' ,
6
+ name = 'ptl- segment-anything-fast' ,
7
7
version = '0.2' ,
8
8
packages = packages ,
9
9
install_requires = [
You can’t perform that action at this time.
0 commit comments