- inherit VGG16ObjectRecognition in AlexNet
- rename alex to alexnet
- mv imagenet_target_names.yaml in sample/config
- add test for alex_object_recognition
- add sample for alex_object_recognition
- add alex_object_recognition node
jsk_perception/test/bof_histogram_extractor.test: increase time-limit for test_bof_histogram_extractor (#2079)
fix typo in fcn_object_segmentation (#2076) * Improve the location of squeezing batch axis https://github.com/jsk-ros-pkg/jsk_recognition/commit/ddf46101d2d02e7bd18261542a2bacb456bf6e11
Remove unexpectedly introduced torch rosdep key (#2074)
FilterMaskImageWithSize: Filter mask image with its size (#2062) * Add flag of ~use_reference to minimize overhead of synchronizing
- modified: ../doc/jsk_perception/nodes/filter_mask_image_with_size.md
- modified: include/jsk_perception/filter_mask_image_with_size.h
- modified: sample/sample_filter_mask_image_with_size.launch
- modified: src/filter_mask_image_with_size.cpp
Add ~approximate_sync param to ConsensusTracking (#2067) Modified: - doc/jsk_perception/nodes/consensus_tracking.rst - jsk_perception/include/jsk_perception/consensus_tracking.h - jsk_perception/src/consensus_tracking.cpp
FlowVelocityThresholding: Thresholding with velocity of optical flow (#2060 ) * Add sample/test for FlowVelocityThresholding
- new file: jsk_perception/nodes/flow_velocity_thresholding.md
- new file: jsk_perception/nodes/images/flow_velocity_thresholding.gif
- modified: ../jsk_perception/CMakeLists.txt
- new file: ../jsk_perception/sample/sample_flow_velocity_thresholding.launch
- new file: ../jsk_perception/test/flow_velocity_thresholding.test
Generate README by script (#2064 )
fix typo in fcn_object_segmentation.py (#2063 )
Add ~queue_size param to MultiplyMaskImage (#2061 ) Modified: - doc/jsk_perception/nodes/multiply_mask_image.md - jsk_perception/src/multiply_mask_image.cpp
Enhance fcn_object_segmentation.py with PyTorch backend (#2051 ) * Optimization for faster processing
- modified: jsk_perception/node_scripts/fcn_object_segmentation.py
[jsk_perception] Add concave_hull_mask_image (#2045 ) * [jsk_perception/concave_hull_mask_image] Fixed header * [jsk_perception/concave_hull_mask_image] Fixed consistency of cfg files * [jsk_perception/concave_hull_mask_image] Fixed max area size * [jsk_perception/concave_hull_mask_image] Fixed cfg for limit of contour area size for inf * [jsk_perception/concave_hull_mask_image] Fixed namespace of filter2D * [jsk_perception/concave_hull_mask_image] Fixed include header lists * [jsk_perception/concave_hull_mask_image] Fixed year
[jsk_perception/apply_mask_image] Add negative option (#2025 )
[jsk_perception][detection_interface.l] fix: changing object name affects unexpected side effect (#1974 )
Contributors: Kei Okada, Kentaro Wada, Shingo Kitagawa, Yuki Furuta, Iory Yanokura
Fix for kinetic build (#1943)
Add missing packages(jsk_data, opencv_apps) to find_package (#1984)
Add test & sample
Draw rects on image with PolygonStamped input (#1961)
sample/sample_rect_array_actual_size_filter.launch : Fix typo of sample data path (#1955)
colorize_float_image.cpp : Fill black color to nan region (#1956)
scripts/install_sample_data.py : Fix wrong filename in install_sample_data.py (#1954)
remove depends to driver_base (#1943)
Contributors: Kei Okada, Kentaro Wada
Fix rosdep installation for jsk_perception with pip (#1883 ) * Fix pip installation with libleveldb-dev installation
Publish only masks by split_fore_background.py (#1791 )
Remove extract_images_sync that merged in image_view (#1633 )
Remove not used codes: image_saver_sync, publish_header (#1651 )
- they will be merged in image_view package.
- for https://github.com/jsk-ros-pkg/jsk_recognition/issues/1648#issuecomment-217344813
Contributors: Kei Okada, Kentaro Wada
Stop using deprecated jsk_topic_tools/log_utils.h (#1933)
Fix unparsable nodelet pluginlib xml file (#1929)
libcmt: Node to track object on 2D image: ConsensusTracking (#1918)
Fix for alphabetical order in package.xml (#1908)
apply_context_to_label_probability: Node to apply context to label probability (#1901) * Add sample for apply_context_to_label_probability * Visualize label_names in label_image_decomposer * Use default GPU=0 in sample_fcn_object_segmentation.launch
Because it does not work with GPU=-1, CPU mode.
Stabilize jsk_perception/sklearn_classifier.test (#1877)
Stabilize jsk_perception/bing.test (#1877)
label_image_decomposer.py: Stop using scipy fromimage that is not supported by apt version (#1890)
Make the test pass (#1897) * Stabilize test for label_image_decomposer * Stabilize test for sklearn_classifer * Stabilize test for bof_histogram_extractor * Comment out unstable test on travis
Add quality to heightmap (#1886) * [colorize_float_image] fix document and change parameter name. * [jsk_perception, colorize_float_image] fix to handle multi channel image
fcn_object_segmentation.py: Set bg label for uncertain region of FCN prediction (#1881)
Contributors: Kei Okada, Kentaro Wada, Yohei Kakiuchi, Yuto Inagaki