No version for distro crystal. Known supported distros are highlighted in the buttons above.
No version for distro bouncy. Known supported distros are highlighted in the buttons above.
No version for distro melodic. Known supported distros are highlighted in the buttons above.
No version for distro lunar. Known supported distros are highlighted in the buttons above.
Package Summary
| Tags | No category tags. |
| Version | 0.0.1 |
| License | MIT |
| Build type | CATKIN |
| Use | RECOMMENDED |
Repository Summary
| Checkout URI | https://github.com/tue-robotics/image_recognition.git |
| VCS Type | git |
| VCS Version | master |
| Last Updated | 2019-04-06 |
| Dev Status | DEVELOPED |
| Released | RELEASED |
Package Description
The image_recognition_analysis package
Additional Links
Maintainers
- Rein Appeldoorn
Authors
- Loy van Beek
image_recognition_analysis
Tool(s) for image recognition
Classifier_metrics
Usage:
rosrun image_recognition_analysis classifier_metrics results.csv
The classifier_metrics script produces a plot that gives a good view of the performance of a given classifier. As input, it takes a .csv file of the following format: - First row are column headers - Other rows are 1 per image - There is a ground_truth column - For each output label the classifier, there must be a column with the weight of the corresponding class
e.g.
ground_truth,cat,dog
cat,0.9,0.1
dog,0.2,0.8
dog,0.3,0.7
To use this on e.g. a tensorflow model:
cd path/to/dir/with/evaluation_set # directory with a subdir for each class, as with training
rosrun image_recognition_tensorflow evaluate_classifier output_graph.pb $output_labels.txt -o result.csv .
rosrun image_recognition_analysis classifier_metrics result.csv
CHANGELOG
No CHANGELOG found.
Wiki Tutorials
See ROS Wiki Tutorials for more details.
Source Tutorials
Not currently indexed.
Dependant Packages
| Name | Repo | Deps |
|---|---|---|
| image_recognition | github-tue-robotics-image_recognition |
Launch files
No launch files found
Messages
No message files found.
Services
No service files found
Plugins
No plugins found.
Recent questions tagged image_recognition_analysis at answers.ros.org
No version for distro indigo. Known supported distros are highlighted in the buttons above.
No version for distro ardent. Known supported distros are highlighted in the buttons above.
No version for distro jade. Known supported distros are highlighted in the buttons above.
No version for distro hydro. Known supported distros are highlighted in the buttons above.