- Notifications
You must be signed in to change notification settings - Fork6.6k
Custom Flags for PASCAL VOC andc shortcut#712
base:master
Are you sure you want to change the base?
Uh oh!
There was an error while loading.Please reload this page.
Conversation
jjjkkkjjj-mizuno commentedFeb 26, 2021
tzutalin left a comment
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
| 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?
jjjkkkjjj-mizuno commentedMar 2, 2021
@tzutalin
Sorry, I mistook committing unnecessary files in7cbe685. Also, I added "Discard the unnecessary flags" function in795e993, 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. |

Uh oh!
There was an error while loading.Please reload this page.
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.