forked from MaybeShewill-CV/lanenet-lane-detection
-
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
1 parent
a0aac3b
commit 10cb0e9
Showing
1 changed file
with
6 additions
and
0 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 |
---|---|---|
@@ -1,3 +1,9 @@ | ||
[LaneNet] | ||
# 模型文件路径 | ||
model_file_path=~/MNN-0.2.1.0/beec_task/lane_detection/model/lanenet_model.mnn | ||
# pixel embedding feature dims | ||
pix_embedding_feature_dims=4 | ||
# dbscan邻域距离判断距离阈值 | ||
dbscan_neighbor_radius=0.4 | ||
# dbscan核心对象最少包含样本数 | ||
dbscan_core_object_min_pts=500 |