Skip to content

Commit

Permalink
Added yolo configs
Browse files Browse the repository at this point in the history
  • Loading branch information
kareemalsawah committed Feb 25, 2023
1 parent 37a38bd commit 0d933a8
Show file tree
Hide file tree
Showing 19 changed files with 121 additions and 1,916 deletions.
30 changes: 0 additions & 30 deletions darknet_ros/config/yolov2-tiny-voc.yaml

This file was deleted.

90 changes: 0 additions & 90 deletions darknet_ros/config/yolov2-tiny.yaml

This file was deleted.

30 changes: 0 additions & 30 deletions darknet_ros/config/yolov2-voc.yaml

This file was deleted.

90 changes: 0 additions & 90 deletions darknet_ros/config/yolov2.yaml

This file was deleted.

30 changes: 0 additions & 30 deletions darknet_ros/config/yolov3-voc.yaml

This file was deleted.

90 changes: 0 additions & 90 deletions darknet_ros/config/yolov3.yaml

This file was deleted.

14 changes: 14 additions & 0 deletions darknet_ros/config/yolov3_fs.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
yolo_model:

config_file:
name: yolov3_fs.cfg
weight_file:
name: yolov3_fs.weights
threshold:
value: 0.6
detection_classes:
names:
- blue_cone
- yellow_cone
- orange_cone
- large_cone
15 changes: 15 additions & 0 deletions darknet_ros/config/yolov3_fs_tiny.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
yolo_model:

config_file:
name: yolov3_fs_tiny.cfg
weight_file:
name: yolov3_fs_tiny.weights
threshold:
value: 0.60
detection_classes:
names:
- blue_cone
- yellow_cone
- orange_cone
- large_cone

Loading

0 comments on commit 0d933a8

Please sign in to comment.