diff --git a/README.md b/README.md index 517fbafd..e3c67b0f 100644 --- a/README.md +++ b/README.md @@ -16,9 +16,9 @@ In order to build the resource and assets, you need to install python-qt4 python After cloning the code, you should run `make` to generate the resource file. You can then start annotating by running `./labelImg.py`. For usage -instructions you can view the screencast tutorial from the `Help` menu. +instructions you can see [Here](https://youtu.be/p0nR2YsCY_U) At the moment annotations are saved as a XML file. The format is Piscal VOC format, and the format is the same as [ImageNet](http://www.image-net.org/) - +You can also see [ImageNet Utils](https://github.com/tzutalin/ImageNet_Utils) to download image, create a label text for machine learning, etc diff --git a/labelImg.py b/labelImg.py index b0be63dc..3459bdbd 100755 --- a/labelImg.py +++ b/labelImg.py @@ -66,7 +66,7 @@ class MainWindow(QMainWindow, WindowMixin): self._noSelectionSlot = False self._beginner = True self.screencastViewer = "firefox" - self.screencast = "http://www.google.com" + self.screencast = "https://youtu.be/p0nR2YsCY_U" # Main widgets and related state. self.labelDialog = LabelDialog(parent=self)