Custom Flags for PASCAL VOC and c shortcut#712
Custom Flags for PASCAL VOC and c shortcut#712jjjkkkjjj-mizuno wants to merge 6 commits intoHumanSignal:masterfrom
c shortcut#712Conversation
tzutalin
left a comment
There was a problem hiding this comment.
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.
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.
Do you need to have activate.bat ?
labelImg.py
Outdated
| self.editButton.setToolButtonStyle(Qt.ToolButtonTextBesideIcon) | ||
|
|
||
| # * | ||
| # * dhzs 2017-12-2 add copy button |
There was a problem hiding this comment.
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
cshortcut key of copy previous shape instead ofctrl+v.