Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
O
Oil_Level_Recognition_System
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
Oil_Level_Recognition_System
Commits
1fc99f7f
Commit
1fc99f7f
authored
Nov 28, 2025
by
Yuhaibo
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
123456
parent
da148b05
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
170 additions
and
0 deletions
+170
-0
__init__.py
database/config/__init__.py
+0
-0
default_config.yaml
database/config/default_config.yaml
+170
-0
No files found.
database/config/__init__.py
0 → 100644
View file @
1fc99f7f
This diff is collapsed.
Click to expand it.
database/config/default_config.yaml
0 → 100644
View file @
1fc99f7f
address_list
:
'
rtsp://admin:cei345678@192.168.0.121:8000/stream1
rtsp://admin:cei345678@192.168.0.122:8000/stream1
rtsp://admin:cei345678@192.168.0.123:8000/stream1
rtsp://admin:cei345678@192.168.0.124:8000/stream1
rtsp://admin:cei345678@192.168.0.125:8000/stream1'
batch_processing_enabled
:
false
channel1
:
name
:
通道1
address
:
rtsp://admin:cei345678@192.168.0.127:8000/stream1
channel1_model_path
:
database/model/detection_model/detect/best.dat
channel2
:
name
:
通道2
address
:
rtsp://admin:cei345678@192.168.0.127:8000/stream1
channel2_model_path
:
database/model/detection_model/detect/best.dat
channel3
:
name
:
通道3
address
:
rtsp://admin:cei345678@192.168.0.127:8000/stream1
channel3_model_path
:
database/model/detection_model/detect/best.dat
channel4
:
name
:
通道4
address
:
rtsp://admin:cei345678@192.168.0.127:8000/stream1
channel4_model_path
:
database/model/detection_model/detect/best.dat
classes
:
-
color
:
'
#FF0000'
enabled
:
true
id
:
0
name
:
person
-
color
:
'
#00FF00'
enabled
:
true
id
:
1
name
:
car
-
color
:
'
#0000FF'
enabled
:
true
id
:
2
name
:
bicycle
compilation
:
release
crop_frame_rate
:
2
curve_frame_rate
:
2
default_batch_size
:
4
default_device
:
cuda
default_model
:
模型-5-best
detection_frame_rate
:
5
display_frame_rate
:
25
gpu_enabled
:
true
max_batch_wait_time
:
0.05
mission
:
auto_start
:
false
max_missions
:
10
mission_result_format
:
json
save_mission_results
:
true
model
:
agnostic_nms
:
false
batch_size
:
1
confidence_threshold
:
0.5
config_path
:
null
dynamic_shape
:
false
half_precision
:
false
input_size
:
-
640
-
640
iou_threshold
:
0.45
keep_ratio
:
true
max_det
:
100
model_path
:
null
model_type
:
YOLOv5
multi_label
:
false
profiler
:
false
use_coreml
:
false
use_openvino
:
false
use_tensorrt
:
false
verbose
:
false
visualize_features
:
false
model_base_path
:
database/model/detection_model
paths
:
auto_create_dirs
:
true
export_path
:
./exports
log_path
:
./logs
model_path
:
./models
project_path
:
./projects
performance
:
cache_size
:
1000
enable_cache
:
true
gpu_device
:
cuda:0
num_threads
:
4
use_gpu
:
false
safety_limit
:
lower_limit
:
0.0
show_limits
:
true
upper_limit
:
20.0
save_data_rate
:
2
shape
:
fill_color
:
-
255
-
0
-
0
-
100
hvertex_fill_color
:
-
255
-
0
-
0
-
255
label_font
:
Arial
label_font_size
:
16
line_color
:
-
0
-
255
-
0
-
128
point_size
:
8
scale
:
1.0
select_fill_color
:
-
0
-
255
-
0
-
155
select_line_color
:
-
255
-
255
-
255
-
255
vertex_fill_color
:
-
0
-
255
-
0
-
255
shortcuts
:
add_channel
:
Ctrl+Shift+C
add_mission
:
Ctrl+N
connect_channel
:
Ctrl+C
export_mission_result
:
Ctrl+E
fullscreen
:
F11
general_settings
:
Ctrl+,
model_settings
:
Ctrl+M
open_file
:
Ctrl+O
open_video
:
Ctrl+Shift+O
quit
:
Ctrl+Q
save_mission_result
:
Ctrl+S
start_mission
:
Ctrl+R
stop_mission
:
Ctrl+T
toggle_channel_panel
:
F1
toggle_mission_panel
:
F2
test_model_memory
:
D:\restructure\liquid_level_line_detection_system\database\model\detection_model\5\best.dat
logging
:
level
:
INFO
console
:
true
file_enabled
:
true
log_dir
:
logs
max_file_size
:
10
backup_count
:
5
ui
:
channel_dock
:
closable
:
true
floatable
:
true
movable
:
true
show
:
true
confirm_exit
:
true
font_family
:
null
font_size
:
10
mission_dock
:
closable
:
true
floatable
:
true
movable
:
true
show
:
true
show_statusbar
:
true
show_toolbar
:
true
theme
:
light
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment