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/05/18 14:43]
Mike Bykhovtsev [For Linux Users]
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 158: Line 161:
 ^ Command ​            ^ Description ^ ^ Command ​            ^ Description ^
 |''​%%rslabel show%%''​ | Provides information about the number of datasets labeled, number of images properly validated, and counts any labeling sessions in progress. | |''​%%rslabel show%%''​ | Provides information about the number of datasets labeled, number of images properly validated, and counts any labeling sessions in progress. |
-|''​%%rslabel get%%'' ​ | Grabs an image dataset for labeling and places it in your current directory. The ''​%%--validation%%''​ flag can be supplied to get labeled data to validate. |+|''​%%rslabel get%%'' ​ | Grabs an image dataset for labeling and places it in your current directory. The ''​%%--validation%%''​ flag can be supplied to get labeled data to validate. ​The ''​%%--clarification%%''​ flag can be supplied to get labeled data to clarify. However, validation and clarification are done only by few assigned people in charge of object detection|
 |''​%%rslabel return [JSON]%%''​ | Returns a dataset to the server. If the data has not been completely labeled or validated, it will be returned for someone else to complete in the future. | |''​%%rslabel return [JSON]%%''​ | Returns a dataset to the server. If the data has not been completely labeled or validated, it will be returned for someone else to complete in the future. |
 |''​%%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. |
  
 ---- ----