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
The macOS build of AnyLabeling is provided as a directory structure rather than a bundled `.app` file. This approach offers:
6
+
7
+
- Easier integration with other tools or scripts
8
+
- Customization of the application's resources
9
+
- Better compatibility across different macOS versions
10
+
- Direct access to application files
11
+
12
+
## Installation
13
+
14
+
1. Download the appropriate `AnyLabeling-Folder.zip` (CPU) or `AnyLabeling-Folder-GPU.zip` (GPU) from the [releases page](https://github.com/vietanhdev/anylabeling/releases).
15
+
16
+
2. Extract the downloaded ZIP file:
17
+
```bash
18
+
unzip AnyLabeling-Folder.zip
19
+
```
20
+
21
+
3. The extracted folder `AnyLabeling-Folder` contains everything needed to run the application.
22
+
23
+
## Running the Application
24
+
25
+
To run the application, execute the `anylabeling` binary in the folder:
26
+
27
+
```bash
28
+
cd AnyLabeling-Folder
29
+
./anylabeling
30
+
```
31
+
32
+
You can also create a shortcut or alias to this executable for easier access.
0 commit comments