Skip to content

Commit 64962ab

Browse files
authored
Add gitter badge into README. (#75)
1 parent df15090 commit 64962ab

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Computer Vision Annotation Tool (CVAT)
22

3+
[![Gitter chat](https://badges.gitter.im/opencv-cvat/gitter.png)](https://gitter.im/opencv-cvat)
4+
35
CVAT is completely re-designed and re-implemented version of [Video Annotation Tool from Irvine, California](http://carlvondrick.com/vatic/) tool. It is free, online, interactive video and image annotation tool for computer vision. It is being used by our team to annotate million of objects with different properties. Many UI and UX decisions are based on feedbacks from professional data annotation team.
46

57
![CVAT screenshot](cvat/apps/documentation/static/documentation/images/gif003.gif)
@@ -132,12 +134,12 @@ services:
132134
CVAT_SHARE_URL: "Mounted from /mnt/share host directory"
133135
volumes:
134136
cvat_share:/home/django/share:ro
135-
137+
136138
volumes:
137139
cvat_share:
138140
driver_opts:
139141
type: none
140142
device: /mnt/share
141143
o: bind
142144
```
143-
You can change the share device path to your actual share. For user convenience we have defined the enviroment variable $CVAT_SHARE_URL. This variable contains a text (url for example) which will be being shown in the client-share browser.
145+
You can change the share device path to your actual share. For user convenience we have defined the enviroment variable $CVAT_SHARE_URL. This variable contains a text (url for example) which will be being shown in the client-share browser.

0 commit comments

Comments
 (0)