labelme.1 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.8.
  2. .TH LABELME "1" "August 2019" "labelme 3.16.4" "User Commands"
  3. .SH NAME
  4. labelme \- manual page for labelme 3.16.4
  5. .SH DESCRIPTION
  6. usage: labelme [\-h] [\-\-version] [\-\-reset\-config]
  7. .IP
  8. [\-\-logger\-level {debug,info,warning,fatal,error}]
  9. [\-\-output OUTPUT] [\-\-config CONFIG_FILE] [\-\-nodata]
  10. [\-\-autosave] [\-\-nosortlabels] [\-\-flags FLAGS]
  11. [\-\-labelflags LABEL_FLAGS] [\-\-labels LABELS]
  12. [\-\-validatelabel {exact,instance}] [\-\-keep\-prev]
  13. [\-\-epsilon EPSILON]
  14. [filename]
  15. .SS "positional arguments:"
  16. .TP
  17. filename
  18. image or label filename
  19. .SS "optional arguments:"
  20. .TP
  21. \fB\-h\fR, \fB\-\-help\fR
  22. show this help message and exit
  23. .TP
  24. \fB\-\-version\fR, \fB\-V\fR
  25. show version
  26. .TP
  27. \fB\-\-reset\-config\fR
  28. reset qt config
  29. .TP
  30. \fB\-\-logger\-level\fR {debug,info,warning,fatal,error}
  31. logger level
  32. .TP
  33. \fB\-\-output\fR OUTPUT, \fB\-O\fR OUTPUT, \fB\-o\fR OUTPUT
  34. output file or directory (if it ends with .json it is
  35. recognized as file, else as directory)
  36. .TP
  37. \fB\-\-config\fR CONFIG_FILE
  38. config file (default: /home/wkentaro/.labelmerc)
  39. .TP
  40. \fB\-\-nodata\fR
  41. stop storing image data to JSON file
  42. .TP
  43. \fB\-\-autosave\fR
  44. auto save
  45. .TP
  46. \fB\-\-nosortlabels\fR
  47. stop sorting labels
  48. .TP
  49. \fB\-\-flags\fR FLAGS
  50. comma separated list of flags OR file containing flags
  51. .TP
  52. \fB\-\-labelflags\fR LABEL_FLAGS
  53. yaml string of label specific flags OR file containing
  54. json string of label specific flags (ex. {person\-\ed+:
  55. [male, tall], dog\-\ed+: [black, brown, white], .*:
  56. [occluded]})
  57. .TP
  58. \fB\-\-labels\fR LABELS
  59. comma separated list of labels OR file containing
  60. labels
  61. .TP
  62. \fB\-\-validatelabel\fR {exact,instance}
  63. label validation types
  64. .TP
  65. \fB\-\-keep\-prev\fR
  66. keep annotation of previous frame
  67. .TP
  68. \fB\-\-epsilon\fR EPSILON
  69. epsilon to find nearest vertex on canvas
  70. .SH "SEE ALSO"
  71. The full documentation for
  72. .B labelme
  73. is maintained as a Texinfo manual. If the
  74. .B info
  75. and
  76. .B labelme
  77. programs are properly installed at your site, the command
  78. .IP
  79. .B info labelme
  80. .PP
  81. should give you access to the complete manual.