labelme.1 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.8.
  2. .TH LABELME "1" "July 2020" "labelme 4.5.5" "User Commands"
  3. .SH NAME
  4. labelme \- manual page for labelme 4.5.5
  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] [\-\-nodata] [\-\-autosave]
  10. [\-\-nosortlabels] [\-\-flags FLAGS] [\-\-labelflags LABEL_FLAGS]
  11. [\-\-labels LABELS] [\-\-validatelabel {exact}] [\-\-keep\-prev]
  12. [\-\-epsilon EPSILON]
  13. [filename]
  14. .SS "positional arguments:"
  15. .TP
  16. filename
  17. image or label filename
  18. .SS "optional arguments:"
  19. .TP
  20. \fB\-h\fR, \fB\-\-help\fR
  21. show this help message and exit
  22. .TP
  23. \fB\-\-version\fR, \fB\-V\fR
  24. show version
  25. .TP
  26. \fB\-\-reset\-config\fR
  27. reset qt config
  28. .TP
  29. \fB\-\-logger\-level\fR {debug,info,warning,fatal,error}
  30. logger level
  31. .TP
  32. \fB\-\-output\fR OUTPUT, \fB\-O\fR OUTPUT, \fB\-o\fR OUTPUT
  33. output file or directory (if it ends with .json it is
  34. recognized as file, else as directory)
  35. .TP
  36. \fB\-\-config\fR CONFIG
  37. config file or yaml\-format string (default:
  38. /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}
  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.