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
Copy file name to clipboardExpand all lines: README.md
+6-12Lines changed: 6 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,7 +35,7 @@ Annotations can be imported and saved from/to JSON files, [Pascal VOC](http://ho
35
35
</p>
36
36
37
37
## Main Features
38
-
* Create rectangular and polygonal bounding box annotations for objects in images
38
+
* Create rectangular and polygonal ("vertices-clicking" and "freehand-drawing" modes) bounding box annotations for objects in images
39
39
* Export and import rectangular and polygonal bounding box annotations to and from JSON and XML files (using [Pascal VOC](http://host.robots.ox.ac.uk/pascal/VOC/) format)
40
40
* Export and import rectangular bounding box annotations using the [YOLO](https://pjreddie.com/darknet/yolo/) format
41
41
* Connect your own [Torch Serve](https://pytorch.org/serve/) prediction endpoint and use bounding box predictions as annotation hints
@@ -52,17 +52,11 @@ Annotations can be imported and saved from/to JSON files, [Pascal VOC](http://ho
52
52
Download the latest release installer or portable image (no installation required) of *Bounding Box Editor* for your operating system from the links below. These files were created using the
53
53
[jpackage](https://openjdk.java.net/jeps/343) packaging tool, the [Badass JLink Gradle plugin](https://github.com/beryx/badass-jlink-plugin) and [github-actions](.github/workflows/workflow.yml).
54
54
55
-
| OS | Installer | Portable |
56
-
| ------------- | --------- | -------- |
57
-
| Linux |[deb](https://github.com/mfl28/BoundingBoxEditor/releases/latest/download/boundingboxeditor_2.3.0-1_amd64.deb), [rpm](https://github.com/mfl28/BoundingBoxEditor/releases/latest/download/boundingboxeditor-2.3.0-1.x86_64.rpm)|[image](https://github.com/mfl28/BoundingBoxEditor/releases/latest/download/boundingboxeditor-portable-linux.zip)|
| Windows |[exe](https://github.com/mfl28/BoundingBoxEditor/releases/latest/download/boundingboxeditor-2.3.0.exe)|[image](https://github.com/mfl28/BoundingBoxEditor/releases/latest/download/boundingboxeditor-portable-windows.zip)|
60
-
61
-
> **Note for Linux users with Hi-DPI screens**
62
-
> Currently JavaFX does not follow the system-wide scale settings in some Linux distributions (see e.g. bug reports [here](https://bugs.openjdk.java.net/browse/JDK-8248126) and [here](https://bugs.openjdk.java.net/browse/JDK-8238077)). The easiest way to set the desired scaling manually is by setting the `GDK_SCALE` variable when starting the application from the terminal, for example:
| Linux |[deb](https://github.com/mfl28/BoundingBoxEditor/releases/latest/download/boundingboxeditor_2.4.0-1_amd64.deb), [rpm](https://github.com/mfl28/BoundingBoxEditor/releases/latest/download/boundingboxeditor-2.4.0-1.x86_64.rpm)|[image](https://github.com/mfl28/BoundingBoxEditor/releases/latest/download/boundingboxeditor-portable-linux.zip)|
| Windows |[exe](https://github.com/mfl28/BoundingBoxEditor/releases/latest/download/boundingboxeditor-2.4.0.exe)|[image](https://github.com/mfl28/BoundingBoxEditor/releases/latest/download/boundingboxeditor-portable-windows.zip)|
66
60
67
61
### Alternative installation methods
68
62
#### Windows ([chocolatey package](https://chocolatey.org/packages/boundingboxeditor))
0 commit comments