-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Initial support for YOLOv3-tiny and YOLOv5 #3099
Conversation
✅ Deploy Preview for frigate-docs ready!
To edit notification comments on pull requests, go to your Netlify site settings. |
For it to be mergeable it would need to target the release branch, not master. |
@NickM-27 against the release branch? It seems both ahead and behind master? |
Yes, new features go to the release branch. Docs updates and bug fixes for current release go to master. (This is current branching strategy, blake said he'll revisit after another contributor discussed potential changes here: #3081) |
There are a lot of changes to add support for these model architectures. Are the models you are using trained on the same COCO dataset as all the other models? What benefits are you seeing? |
I’ll is there any way to record a video with the debug annotations and maybe I can show the difference?
…Sent from my iPhone
On 15 Apr 2022, at 13:42, Blake Blackshear ***@***.***> wrote:
There are a lot of changes to add support for these model architectures. Are the models you are using trained on the same COCO dataset as all the other models? What benefits are you seeing?
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.
|
You either have to screen record or use the mjpeg feed as an input to ffmpeg. |
Ok, I'll give that a try. I've also just received a coral dev board and thought I should try this code on it. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
This PR builds on the hard work of @no2chem's PR and @jveitchmichaelis's repo and @iaverypadberg's fork, amazing work!
My contribution is mainly copy+paste but it seems someone needs to do that as well ;)
Now I'm not suggesting this be merged. I just really wanted to be able to detect cats pissing in my carport and yolov5 does that for me without too many false positives. Now I'm kind of hoping this will inspire someone with more time/energy on their hands to clean this mess up and get it into frigate =)
To try this branch out