forked from HiroIshida/detic_ros
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
42 changed files
with
1,582 additions
and
42 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
,chips can, coffee can, cracker box, box of sugar, tomato soup can, mustard container, tuna fısh can, chocolate pudding box, gelatin box, potted meat can, lemon, apple, pear, orange, banana, peach, strawberries, plum, pitcher, bleach cleanser, glass cleaner, plastic wine glass, enamel-coated metal bowl, metal mug, abrasive sponge, cooking skillet with glass lid, metal plate, knife, spoon, fork, spatula, white table cloth, a power drill and wood block, middle row, scissors, a padlock and keys, markers, an adjustable wrench, Phillips- and flat-head screwdrivers, wood screws, nails, plastic bolts and nuts, and a hammer, spring clamps, mini soccer ball, softball, baseball, tennis ball, racquetball, golf ball, plastic chain, washers, foam brick, dice, marbles, rope, stacking blocks, credit card blank, Box and blocks test, 9 hole peg test, timer, Lego Dublo, magazine, Rubick’s cube, t-shirt, airplane toy |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
#! /bin/bash | ||
value=$(<ycb_objects_list.txt) | ||
docker run --rm --net=host -it --gpus 1 detic_ros:latest \ | ||
/bin/bash -i -c \ | ||
source ~/.bashrc; \ | ||
rossetip; rossetmaster 133.11.216.222; \ | ||
roslaunch detic_ros sample_detection.launch \ | ||
debug:=true \ | ||
confidence_threshold:=0.3\ | ||
use_pca:=true\ | ||
vocabulary:=custom \ | ||
custom_vocabulary:= \"$value\" \ | ||
input_image:=/hsrb/head_rgbd_sensor/rgb/image_raw\ | ||
input_depth:=/hsrb/head_rgbd_sensor/depth_registered/image\ | ||
input_camera_info:=/hsrb/head_rgbd_sensor/depth_registered/camera_info" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
#! /bin/bash | ||
docker run --rm --net=host -it --gpus 1 detic_ros:latest \ | ||
/bin/bash -i -c \ | ||
'source ~/.bashrc; \ | ||
rossetip; rossetmaster baxter; \ | ||
roslaunch detic_ros sample_detection.launch \ | ||
debug:=true \ | ||
confidence_threshold:=0.3\ | ||
use_pca:=true\ | ||
vocabulary:=custom\ | ||
custom_vocabulary:="scissor,comb"\ | ||
input_image:=/camera1/color/image_raw\ | ||
input_depth:=/camera1/aligned_depth_to_color/image_raw\ | ||
input_camera_info:=/camera1/aligned_depth_to_color/camera_info' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
#! /bin/bash | ||
docker run --rm --net=host -it --gpus 1 detic_ros:latest \ | ||
/bin/bash -i -c \ | ||
'source ~/.bashrc; \ | ||
rossetip; rossetmaster baxter; \ | ||
roslaunch detic_ros sample_detection_seg.launch \ | ||
debug:=true \ | ||
confidence_threshold:=0.3\ | ||
use_pca:=true\ | ||
vocabulary:=custom\ | ||
custom_vocabulary:="scissor,comb"\ | ||
input_image:=/camera1/color/image_raw\ | ||
input_depth:=/camera1/aligned_depth_to_color/image_raw\ | ||
input_camera_info:=/camera1/aligned_depth_to_color/camera_info' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
#! /bin/bash | ||
docker run --rm --net=host -it --gpus 1 detic_ros:latest \ | ||
/bin/bash -i -c \ | ||
'source ~/.bashrc; \ | ||
rossetip; rossetmaster ; \ | ||
roslaunch detic_ros sample_detection.launch \ | ||
debug:=true \ | ||
confidence_threshold:=0.3\ | ||
use_pca:=true\ | ||
vocabulary:=custom \ | ||
custom_vocabulary:=scissor, \ | ||
input_image:=/camera/color/image_raw\ | ||
input_depth:=/camera/aligned_depth_to_color/image_raw\ | ||
input_camera_info:=/camera/aligned_depth_to_color/camera_info' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
#! /bin/bash | ||
docker run --rm --net=host -it --gpus 1 detic_ros:latest \ | ||
/bin/bash -i -c \ | ||
'source ~/.bashrc; \ | ||
rossetip; rossetmaster 133.11.216.222; \ | ||
roslaunch detic_ros sample_detection.launch \ | ||
debug:=true \ | ||
confidence_threshold:=0.3\ | ||
use_pca:=true\ | ||
vocabulary:=lvis \ | ||
input_image:=/hsrb/hand_camera/color/image_raw\ | ||
input_depth:=/hsrb/hand_camera/aligned_depth_to_color/image_raw\ | ||
input_camera_info:=/hsrb/hand_camera/aligned_depth_to_color/camera_info' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
#! /bin/bash | ||
docker run --rm --net=host -it --gpus 1 detic_ros:latest \ | ||
/bin/bash -i -c \ | ||
'source ~/.bashrc; \ | ||
rossetip; rossetmaster 133.11.216.222; \ | ||
roslaunch detic_ros sample_detection.launch \ | ||
debug:=true \ | ||
confidence_threshold:=0.7\ | ||
use_pca:=true\ | ||
vocabulary:=custom \ | ||
custom_vocabulary:="chips can, coffee can, cracker box, box of sugar, tomato soup can, mustard container, tuna fısh can, chocolate pudding box, gelatin box, potted meat can, lemon, apple, pear, orange, banana, peach, strawberries, plum, pitcher, bleach cleanser, glass cleaner, plastic wine glass, enamel-coated metal bowl, metal mug, abrasive sponge, cooking skillet with glass lid, metal plate, knife, spoon, fork, spatula, white table cloth, a power drill and wood block, middle row, scissors, a padlock and keys, markers, an adjustable wrench, Phillips- and flat-head screwdrivers, wood screws, nails, plastic bolts and nuts, and a hammer, spring clamps, mini soccer ball, softball, baseball, tennis ball, racquetball, golf ball, plastic chain, washers, foam brick, dice, marbles, rope, stacking blocks, credit card blank, Box and blocks test, 9 hole peg test, timer, Lego Dublo, magazine, Rubick’s cube, t-shirt, airplane toy" \ | ||
input_image:=/hsrb/hand_camera/color/image_rect_color\ | ||
input_depth:=/hsrb/hand_camera/aligned_depth_to_color/image_raw\ | ||
input_camera_info:=/hsrb/hand_camera/aligned_depth_to_color/camera_info' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
#! /bin/bash | ||
docker run --rm --net=host -it --gpus 1 detic_ros:latest \ | ||
/bin/bash -i -c \ | ||
'source ~/.bashrc; \ | ||
rossetip; rossetmaster 133.11.216.222; \ | ||
roslaunch detic_ros sample_detection.launch \ | ||
debug:=true \ | ||
confidence_threshold:=0.70\ | ||
use_pca:=true\ | ||
vocabulary:=custom \ | ||
custom_vocabulary:="chips can, coffee can, cracker box, box of sugar, tomato soup can, mustard container, tuna fısh can, chocolate pudding box, gelatin box, potted meat can, lemon, apple, pear, orange, banana, peach, strawberries, plum, pitcher, bleach cleanser, glass cleaner, plastic wine glass, enamel-coated metal bowl, metal mug, abrasive sponge, cooking skillet with glass lid, metal plate, knife, spoon, fork, spatula, white table cloth, a power drill and wood block, middle row, scissors, a padlock and keys, markers, an adjustable wrench, Phillips- and flat-head screwdrivers, wood screws, nails, plastic bolts and nuts, and a hammer, spring clamps, mini soccer ball, softball, baseball, tennis ball, racquetball, golf ball, plastic chain, washers, foam brick, dice, marbles, rope, stacking blocks, credit card blank, Box and blocks test, 9 hole peg test, timer, Lego Dublo, magazine, Rubick’s cube, t-shirt, airplane toy" \ | ||
input_image:=/hsrb/hand_camera/color/image_rect_color\ | ||
input_depth:=/hsrb/hand_camera/aligned_depth_to_color/image_raw\ | ||
input_camera_info:=/hsrb/hand_camera/aligned_depth_to_color/camera_info' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
#! /bin/bash | ||
docker run --rm --net=host -it --gpus 1 detic_ros:latest \ | ||
/bin/bash -i -c \ | ||
'source ~/.bashrc; \ | ||
rossetip; rossetmaster 133.11.216.222; \ | ||
roslaunch detic_ros sample_detection.launch \ | ||
debug:=true \ | ||
confidence_threshold:=0.3\ | ||
use_pca:=true\ | ||
vocabulary:=custom \ | ||
custom_vocabulary:="food item, kitchen item, tool item,shape item, task item" \ | ||
input_image:=/hsrb/hand_camera/color/image_rect_color\ | ||
input_depth:=/hsrb/hand_camera/aligned_depth_to_color/image_raw\ | ||
input_camera_info:=/hsrb/hand_camera/aligned_depth_to_color/camera_info' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
#! /bin/bash | ||
docker run --rm --net=host -it --gpus 1 detic_ros:clip \ | ||
/bin/bash -i -c \ | ||
'source ~/.bashrc; \ | ||
rossetip; rossetmaster localhost; \ | ||
roslaunch detic_ros sample_detection_m.launch \ | ||
debug:=true \ | ||
masked_image:="baseball"\ | ||
confidence_threshold:=0.1\ | ||
use_pca:=true\ | ||
vocabulary:=custom \ | ||
custom_vocabulary:="a photo of a pringles can,a photo of a blue coffee can,a photo of a box of cheez-it,a photo of a yellow box of Domino sugar,a photo of a can of campbells tomato soup,a photo of a yellow mustard,a photo of a StarKist can tuna,a photo of a box of brown chocolate pudding jello,a photo of a box of red jello,a photo of a can of spam,a photo of a banana which is a type of fruit,a photo of a red strawberry with green stem which is a type of fruit,a photo of a red apple, a type of fruit,a photo of a lemon which is a type of fruit,a photo of a yellowish peach which is a type of fruit,a photo of a green pear which is a type of fruit,a photo of a orange which is a type of fruit,a photo of a purple plum which is a type of fruit,a photo of a blue pitcher,a photo of a pitcher lid,a photo of a soft scrub bleach bottle,a photo of a windex spray bottle,a photo of a wine glass,bowl a photo of a red bowl,a photo of a red mug, a photo of a sponge,a photo of a plate,a photo of a red fork,a photo of a red spoon,a photo of a spatula,a photo of a key,a photo of a expo marker,a photo of a expo marker,a photo of a bolt,a photo of a clamp,a photo of a card,baseball,a photo of a rope,a photo of a chain,a photo of a brick,a photo of a die,a photo of a marble,cup,a photo of a wooden puzzle,a photo of a toy airplane,a photo of a time magazine,a photo of a black t-shirt,a photo of a lego,a photo of a timer,a photo of a rubiks cube" \ | ||
input_image:=/hsrb/hand_camera/color/image_rect_color\ | ||
input_depth:=/hsrb/hand_camera/aligned_depth_to_color/image_raw\ | ||
input_camera_info:=/hsrb/hand_camera/aligned_depth_to_color/camera_info' | ||
# custom_vocabulary:="chips can, coffee can, cracker box, box of sugar, tomato soup can, mustard container, tuna fısh can, chocolate pudding box, gelatin box, potted meat can, lemon, apple, pear, orange, banana, peach, strawberries, plum, pitcher, bleach cleanser, glass cleaner, plastic wine glass, enamel-coated metal bowl, metal mug, abrasive sponge, cooking skillet with glass lid, metal plate, knife, spoon, fork, spatula, white table cloth, a power drill and wood block, middle row, scissors, a padlock and keys, markers, an adjustable wrench, Phillips- and flat-head screwdrivers, wood screws, nails, plastic bolts and nuts, and a hammer, spring clamps, mini soccer ball, softball, baseball, tennis ball, racquetball, golf ball, plastic chain, washers, foam brick, dice, marbles, rope, stacking blocks, credit card blank, Box and blocks test, 9 hole peg test, timer, Lego Dublo, magazine, Rubick’s cube, t-shirt, airplane toy" \ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
#! /bin/bash | ||
docker run --rm --net=host -it --gpus 1 detic_ros:clip \ | ||
/bin/bash -i -c \ | ||
'source ~/.bashrc; \ | ||
rossetip; rossetmaster localhost; \ | ||
roslaunch detic_ros sample_detection_m.launch \ | ||
debug:=true \ | ||
masked_image:="baseball"\ | ||
confidence_threshold:=0.1\ | ||
use_pca:=true\ | ||
vocabulary:=custom \ | ||
custom_vocabulary:="a photo of a pringles can,a photo of a blue coffee can,a photo of a box of cheez-it,a photo of a yellow box of Domino sugar,a photo of a can of campbells tomato soup,a photo of a yellow mustard,a photo of a StarKist can tuna,a photo of a box of brown chocolate pudding jello,a photo of a box of red jello,a photo of a can of spam,a photo of a banana which is a type of fruit,a photo of a red strawberry with green stem which is a type of fruit,a photo of a red apple, a type of fruit,a photo of a lemon which is a type of fruit,a photo of a yellowish peach which is a type of fruit,a photo of a green pear which is a type of fruit,a photo of a orange which is a type of fruit,a photo of a purple plum which is a type of fruit,a photo of a blue pitcher,a photo of a pitcher lid,a photo of a soft scrub bleach bottle,a photo of a windex spray bottle,a photo of a wine glass,bowl a photo of a red bowl,a photo of a red mug, a photo of a sponge,a photo of a plate,a photo of a red fork,a photo of a red spoon,a photo of a spatula,a photo of a key,a photo of a expo marker,a photo of a expo marker,a photo of a bolt,a photo of a clamp,a photo of a card,baseball,a photo of a rope,a photo of a chain,a photo of a brick,a photo of a die,a photo of a marble,a photo of a toy cup,a photo of a wooden puzzle,a photo of a toy airplane,a photo of a time magazine,a photo of a black t-shirt,a photo of a lego,a photo of a timer,a photo of a rubiks cube" \ | ||
input_image:=/hsrb/hand_camera/color/image_rect_color\ | ||
input_depth:=/hsrb/hand_camera/aligned_depth_to_color/image_raw\ | ||
input_camera_info:=/hsrb/hand_camera/aligned_depth_to_color/camera_info' | ||
# custom_vocabulary:="chips can, coffee can, cracker box, box of sugar, tomato soup can, mustard container, tuna fısh can, chocolate pudding box, gelatin box, potted meat can, lemon, apple, pear, orange, banana, peach, strawberries, plum, pitcher, bleach cleanser, glass cleaner, plastic wine glass, enamel-coated metal bowl, metal mug, abrasive sponge, cooking skillet with glass lid, metal plate, knife, spoon, fork, spatula, white table cloth, a power drill and wood block, middle row, scissors, a padlock and keys, markers, an adjustable wrench, Phillips- and flat-head screwdrivers, wood screws, nails, plastic bolts and nuts, and a hammer, spring clamps, mini soccer ball, softball, baseball, tennis ball, racquetball, golf ball, plastic chain, washers, foam brick, dice, marbles, rope, stacking blocks, credit card blank, Box and blocks test, 9 hole peg test, timer, Lego Dublo, magazine, Rubick’s cube, t-shirt, airplane toy" \ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
#! /bin/bash | ||
docker run --rm --net=host -it --gpus 1 detic_ros:latest \ | ||
/bin/bash -i -c \ | ||
'source ~/.bashrc; \ | ||
rossetip; rossetmaster 133.11.216.222; \ | ||
roslaunch detic_ros sample_detection.launch \ | ||
debug:=true \ | ||
confidence_threshold:=0.7\ | ||
use_pca:=true\ | ||
vocabulary:=custom \ | ||
custom_vocabulary:="a photo of a chips can,a photo of a coffee can,a photo of a cracker box,a photo of a box of sugar,a photo of a tomato soup can,a photo of a mustard container,a photo of a tuna fısh can,a photo of a chocolate pudding box,a photo of a gelatin box,a photo of a potted meat can,a photo of a lemon,a photo of a apple,a photo of a pear,a photo of a orange,a photo of a banana,a photo of a peach,a photo of a strawberries,a photo of a plum,a photo of a pitcher,a photo of a bleach cleanser,a photo of a glass cleaner,a photo of a plastic wine glass,a photo of a enamel-coated metal bowl,a photo of a metal mug,a photo of a abrasive sponge,a photo of a cooking skillet with glass lid,a photo of a metal plate,a photo of a knife,a photo of a spoon,a photo of a fork,a photo of a spatula,a photo of a white table cloth,a photo of a a power drill and wood block,a photo of a middle row,a photo of a scissors,a photo of a a padlock and keys,a photo of a markers,a photo of a an adjustable wrench,a photo of a Phillips- and flat-head screwdrivers,a photo of a wood screws,a photo of a nails,a photo of a plastic bolts and nuts,a photo of a and a hammer,a photo of a spring clamps,a photo of a mini soccer ball,a photo of a softball,a photo of a baseball,a photo of a tennis ball,a photo of a racquetball,a photo of a golf ball,a photo of a plastic chain,a photo of a washers,a photo of a foam brick,a photo of a dice,a photo of a marbles,a photo of a rope,a photo of a stacking blocks,a photo of a credit card blank,a photo of a Box and blocks test,a photo of a 9 hole peg test,a photo of a timer,a photo of a Lego Dublo,a photo of a magazine,a photo of a Rubick’s cube,a photo of a t-shirt,a photo of a airplane toy" \ | ||
input_image:=/hsrb/hand_camera/color/image_rect_color\ | ||
input_depth:=/hsrb/hand_camera/aligned_depth_to_color/image_raw\ | ||
input_camera_info:=/hsrb/hand_camera/aligned_depth_to_color/camera_info' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
#! /bin/bash | ||
docker run --rm --net=host -it --gpus 1 detic_ros:latest \ | ||
/bin/bash -i -c \ | ||
'source ~/.bashrc; \ | ||
rossetip; rossetmaster 133.11.216.222; \ | ||
roslaunch detic_ros sample_detection.launch \ | ||
debug:=true \ | ||
confidence_threshold:=0.3\ | ||
use_pca:=true\ | ||
vocabulary:=custom \ | ||
custom_vocabulary:="a photo of a chips can,a photo of a coffee can,a photo of a cracker box,a photo of a box of sugar,a photo of a tomato soup can,a photo of a mustard container,a photo of a tuna fısh can,a photo of a chocolate pudding box,a photo of a gelatin box,a photo of a potted meat can,a photo of a lemon,a photo of a apple,a photo of a pear,a photo of a orange,a photo of a banana,a photo of a peach,a photo of a strawberries,a photo of a plum,a photo of a pitcher,a photo of a bleach cleanser,a photo of a glass cleaner,a photo of a plastic wine glass,a photo of a enamel-coated metal bowl,a photo of a metal mug,a photo of a abrasive sponge,a photo of a cooking skillet with glass lid,a photo of a metal plate,a photo of a knife,a photo of a spoon,a photo of a fork,a photo of a spatula,a photo of a white table cloth,a photo of a a power drill and wood block,a photo of a middle row,a photo of a scissors,a photo of a a padlock and keys,a photo of a markers,a photo of a an adjustable wrench,a photo of a Phillips- and flat-head screwdrivers,a photo of a wood screws,a photo of a nails,a photo of a plastic bolts and nuts,a photo of a and a hammer,a photo of a spring clamps,a photo of a mini soccer ball,a photo of a softball,a photo of a baseball,a photo of a tennis ball,a photo of a racquetball,a photo of a golf ball,a photo of a plastic chain,a photo of a washers,a photo of a foam brick,a photo of a dice,a photo of a marbles,a photo of a rope,a photo of a stacking blocks,a photo of a credit card blank,a photo of a Box and blocks test,a photo of a 9 hole peg test,a photo of a timer,a photo of a Lego Dublo,a photo of a magazine,a photo of a Rubick’s cube,a photo of a t-shirt,a photo of a airplane toy" \ | ||
input_image:=/hsrb/hand_camera/color/image_rect_color\ | ||
input_depth:=/hsrb/hand_camera/aligned_depth_to_color/image_raw\ | ||
input_camera_info:=/hsrb/hand_camera/aligned_depth_to_color/camera_info' |
Oops, something went wrong.