Add video demo link
This commit is contained in:
parent
c4413d62a5
commit
0f9cae650d
@ -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
|
||||
|
||||
|
||||
@ -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)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user