You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Features are encoded using QThread to speed up image switching when using large models. Automatically encodes features for the current, previous, and next images.
Copy file name to clipboardExpand all lines: docs/build/html/_sources/index.rst.txt
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,16 +3,16 @@ Welcome to ISAT-SAM's documentation!
3
3
4
4
**ISAT-SAM** stands for Interactive Semi-Automatic Annotation Tool with `Segment Anything Model <https://github.com/facebookresearch/segment-anything>`_
5
5
6
-
.. image:: ../../../display/标注.gif
6
+
.. image:: ../../display/标注.gif
7
7
:alt:Software demo
8
8
9
9
|The annotations are stored in ISAT json format, similar to MSCOCO:
10
10
11
11
12
12
* **info**:
13
-
* **description**: Always 'ISAT'
13
+
* **description**: Always 'ISAT' for the software to recoginize
14
14
* **folder**: The directory where the images are stored
15
-
* **name**: The name of the image file
15
+
* **name**: The name (path) of the image file
16
16
* **width**, **height**, **depth**: The dimensions of the image; depth is 3 for RGB images
17
17
* **note**: An optional field for any additional notes related to the image
18
18
@@ -24,6 +24,7 @@ Welcome to ISAT-SAM's documentation!
24
24
* **layer**: A float indicating the sequence of the object. It increments within the same group, starting at 1.0
25
25
* **bbox**: The bounding box coordinates in the format [x_min, y_min, x_max, y_max]
26
26
* **iscrowd**: A boolean value indicating if the object is part of a crowd
27
+
* **note**: An optional field for any additional notes related to the annotation mask
27
28
28
29
29
30
Check :doc:`features` for full features demonstration. Or click :doc:`usage` to **get started!**
Copy file name to clipboardExpand all lines: docs/build/html/_sources/usage.rst.txt
+17-1Lines changed: 17 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,7 +34,7 @@ Option 1: From Source Code
34
34
35
35
After version 0.0.3, you can manage checkpoints within the GUI, click [menubar]-[SAM]-[Model manage] to open the GUI.
36
36
37
-
Now support `SAM <https://github.com/facebookresearch/segment-anything>`_, `Sam-HQ <https://github.com/SysCV/sam-hq>`_, `MobileSAM <https://github.com/ChaoningZhang/MobileSAM>`_, and `EdgeSAM <https://github.com/chongzhou96/EdgeSAM>`_ etc.
37
+
Now support `SAM2 <https://github.com/facebookresearch/segment-anything-2>`_, `SAM <https://github.com/facebookresearch/segment-anything>`_, `Sam-HQ <https://github.com/SysCV/sam-hq>`_, `MobileSAM <https://github.com/ChaoningZhang/MobileSAM>`_, and `EdgeSAM <https://github.com/chongzhou96/EdgeSAM>`_ etc.
0 commit comments