-
Notifications
You must be signed in to change notification settings - Fork 6.4k
Custom Flags for PASCAL VOC and c
shortcut
#712
base: master
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Generally, it looks ok. But could you remove unnecessary comment and files before merging? Thanks
build.bat
Outdated
@@ -0,0 +1,6 @@ | |||
rd /s /q dist build |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
do you need to submit this build.bat file?
activate.bat
Outdated
@@ -0,0 +1,2 @@ | |||
pushd \\Mac\Home\Documents\programs\software\labelImg_copyfunc |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do you need to have activate.bat ?
labelImg.py
Outdated
@@ -135,6 +135,14 @@ def __init__(self, defaultFilename=None, defaultPrefdefClassFile=None, defaultSa | |||
self.editButton = QToolButton() | |||
self.editButton.setToolButtonStyle(Qt.ToolButtonTextBesideIcon) | |||
|
|||
# * | |||
# * dhzs 2017-12-2 add copy button |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this comment is not needed. could we remove it?
@tzutalin
Sorry, I mistook committing unnecessary files in 7cbe685. Also, I added "Discard the unnecessary flags" function in 795e993, by which you can discard the flags that doesn't exist in rightdock. If you don't want to do "merge squash", I can modify the commit( 7cbe685) of course. |
Hi, thank you for your excellent annotation tool!
I've just implemented custom flags for PASCAL VOC Dataset, which we can annotate any flag we want to set!
Also, I added
c
shortcut key of copy previous shape instead ofctrl+v
.