-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #77 from butia-bots/feat/mor_larc2023
Feat/mor larc2023
- Loading branch information
Showing
7 changed files
with
172 additions
and
95 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 |
---|---|---|
|
@@ -6,7 +6,7 @@ | |
*.lua | ||
*.csv | ||
*.dat | ||
*.pt | ||
*.caffemodel | ||
*.pt | ||
*.pbtxt | ||
*.prototxt |
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
59 changes: 59 additions & 0 deletions
59
butia_recognition/config/yolov8_object_recognition_custom.yaml
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,59 @@ | ||
threshold: 0.3 | ||
classes_by_category: | ||
Drinks: ['nescau', 'kuat', 'cononut water', 'fanta'] | ||
Cleaning supplies: ['detergent', 'sponge', 'cloth'] | ||
Pantry items: ['gelatin', 'mustard', 'shoyo', 'sauce', 'tea'] | ||
Fruits: ['apple', 'pear', 'tangerine'] | ||
Snacks: ['treloso', 'chocolate', 'peanut'] | ||
|
||
all_classes: | ||
- 'apple' | ||
- 'chocolate' | ||
- 'cloth' | ||
- 'cononut water' | ||
- 'detergent' | ||
- 'fanta' | ||
- 'gelatin' | ||
- 'kuat' | ||
- 'mustard' | ||
- 'nescau' | ||
- 'peanut' | ||
- 'pear' | ||
- 'sauce' | ||
- 'shoyo' | ||
- 'sponge' | ||
- 'tangerine' | ||
- 'tea' | ||
- 'treloso' | ||
|
||
max_sizes: | ||
- [0.05, 0.05, 0.05] | ||
|
||
model_file: yolov8-larc2023.pt | ||
|
||
subscribers: | ||
|
||
queue_size: 1 | ||
exact_time: false | ||
slop: 0.2 | ||
|
||
image_rgb: /butia_vision/bvb/image_rgb | ||
camera_info: /butia_vision/bvb/camera_info | ||
image_depth: /butia_vision/bvb/image_depth | ||
|
||
publishers: | ||
|
||
object_recognition: | ||
topic: /butia_vision/br/object_recognition | ||
queue_size: 1 | ||
|
||
servers: | ||
|
||
list_classes: | ||
service: /butia_vision/br/object_recognition/list_classes | ||
|
||
start: | ||
service: /butia_vision/br/object_recognition/start | ||
|
||
stop: | ||
service: /butia_vision/br/object_recognition/stop |
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
Binary file not shown.