Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Horizon detection with YOLOv5's backbone #3

Merged
merged 66 commits into from
May 28, 2024
Merged

Conversation

kevinconka
Copy link

What?

Briefly describe the changes introduced by this PR. Highlight the difference between the state before and after the changes. Max 2 sentences.

Why?

Why are these changes necessary? Is there a specific stakeholder (PM, service, QA, devs, sales) who is driving the motivation for these changes?

How?

A high level description of the implemented changes. Visual aid is always preferred (diagrams, plots, tables, etc...).

Testing

Proof (in the form of screenshots, videos, graphs, etc...) that this feature/bugfix/hotfix is working as described. Steps to be followed for replicating results.

Note

You can upload videos to GitHub by dragging, copy&pasting or via the attachment 📎 menu.
To save some storage on GitHub you can use the following command to compress and/or speed up the video

ffmpeg -i input.mov -vcodec libx264 -crf 35 -vf "setpts=0.25*PTS" output.mp4
  • The -crf 35 sets the Constant Rate Factor, which is a scale from 0-51 where 0 is loseless compression and 51 is the worst possible.
  • The -vf "setpts=0.25*PTS" is a filter to speed/slow up/down the video, in this case 0.25*PTS will speed up the video 4x and 2*PTS would slow it down by half.

Install ffmpeg on Ubuntu

sudo apt install ffmpeg

Install ffmpeg on Mac via homebrew

brew install ffmpeg

kevinconka and others added 30 commits October 10, 2023 13:35
Signed-off-by: Kevin Serrano <35779409+kevinconka@users.noreply.github.com>
Signed-off-by: Kevin Serrano <35779409+kevinconka@users.noreply.github.com>
Signed-off-by: Kevin Serrano <35779409+kevinconka@users.noreply.github.com>
Signed-off-by: Kevin Serrano <35779409+kevinconka@users.noreply.github.com>
kevinconka and others added 28 commits March 24, 2024 19:45
@kevinconka kevinconka merged commit 578cc0c into sea.ai May 28, 2024
2 checks passed
@kevinconka kevinconka deleted the feature/horizon-det branch May 28, 2024 17:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants