Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit aaf15b1

Browse filesBrowse files
committed
ego vehicle offset
1 parent 9c57561 commit aaf15b1
Copy full SHA for aaf15b1

File tree

Expand file treeCollapse file tree

1 file changed

+2
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-1
lines changed

‎README.md

Copy file name to clipboardExpand all lines: README.md
+2-1Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ from frame import FRAME
2929
file_path = "videos/highway.mp4"# <== Upload appropriate file
3030
video_out = "videos/output11.mov"
3131
frame = FRAME(
32-
ego_vehicle_offset = .15, #
32+
ego_vehicle_offset = .15, # SELF VEHICLE OFFSET
3333
yellow_lower = np.uint8([ 20, 50, 100]), # LOWER YELLOW HLS THRESHOLD
3434
yellow_upper = np.uint8([35, 255, 255]), # UPER YELLOW HLS THRESHOLD
3535
white_lower = np.uint8([ 0, 200, 0]), # LOWER WHITE THRESHOLD
@@ -45,6 +45,7 @@ frame.process_video(file_path, 1,\
4545
```
4646
| PARAMETER | Description |
4747
| ------------- | ------------- |
48+
|SELF VEHICLE OFFSET| Trim off from bottom edge video if ego vehicle covers part of the frame % of front view|
4849
| LOWER YELLOW HLS THRESHOLD | Lower yellow HLS threshold used to prepare the mask. Tune down if yellow lane is not detected, up if all the foilage is |
4950
| UPPER YELLOW HLS THRESHOLD | Upper threshold for identifying yellow lanes |
5051
|LOWER WHITE THRESHOLD| Lower yellow HLS threshold used to prepare the mask. Tune up saturation if foilage lights up the entire scene |

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.