User Tools


Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
cs:vision:image_tagging:start [2018/03/29 12:25]
Mike Bykhovtsev
cs:vision:image_tagging:start [2018/04/04 17:34]
Mike Bykhovtsev Added rslabel stats command info
Line 152: Line 152:
 Getting, validating, and returning labeling data is handled through the ''​%%rslabel%%''​ utility program. It currently only supports python 2.x versions. To install it, run Getting, validating, and returning labeling data is handled through the ''​%%rslabel%%''​ utility program. It currently only supports python 2.x versions. To install it, run
   sudo pip install rslabel   sudo pip install rslabel
 +  ​
 +To update rslabel for new features run
 +  sudo pip install --upgrade rslabel
  
 There are a number of commands to be used with ''​%%rslabel%%'',​ including ''​%%show%%'',​ ''​%%get%%'',​ ''​%%return%%'',​ ''​%%upload%%'',​ and ''​%%collect%%''​. There are a number of commands to be used with ''​%%rslabel%%'',​ including ''​%%show%%'',​ ''​%%get%%'',​ ''​%%return%%'',​ ''​%%upload%%'',​ and ''​%%collect%%''​.
Line 162: Line 165:
 |''​%%rslabel upload [ROSBAG]%%''​ | Takes a ROS bag file and break the images out into datasets for labeling. It will then upload the files to the server for labeling. | |''​%%rslabel upload [ROSBAG]%%''​ | Takes a ROS bag file and break the images out into datasets for labeling. It will then upload the files to the server for labeling. |
 |''​%%rslabel collect%%''​ | Collects all of the labeled and validated images into a single dataset for use with object detection training. | |''​%%rslabel collect%%''​ | Collects all of the labeled and validated images into a single dataset for use with object detection training. |
 +|''​%%rslabel mark%%''​ | A tool which is used for validating data, highlights the box which is there. |
 +|''​%%rslabel stats%%''​ | This command will show scoreboard table: how many images labeled, how many labels added, how many images validated and how many labels validated. |
  
 ---- ----