Data Engineer – KLA-Tencor – Toronto, ON
From LocalWorkBC.ca – Tue, 31 Dec 2019 11:41:40 GMT – View all Toronto, ON jobs
| |
Version 1.3.0 was just released and now with multi-GPU support and is available to install:
or
This analysis package has over 13K+ downloads/installs on Github and provides a blazing fast implementation of something called the matrix profile, which can be used to find patterns, anomalies, time series chains, semantic segmentation, and much more! Check it out and let us know what you think! submitted by /u/slaw07 |
A week ago, I posted here that I have built a face detector to blur faces for videos with GitHub repository.
The entire project was based on OpenCV examples. So it’s obvious that the result can’t be good enough to use and slow.
So, I’ve been looking for better projects for face detection and one of the comments from my earlier post said using DeepPrivacy might be good. Sounds great, so I tried to run DeepPrivacy and I couldn’t run because of lack of GPU memory.
Okay…🤔 It looks like DeepPrivacy uses DSFD to detect faces. Shouldn’t I just use DSFD to detect faces and blur them?
There, I wrote the simple implementation of anonymizing videos by DSFD. https://github.com/JeiKeiLim/Anonymizing_video_by_DSFD
And I found lightDSFD which is a lightweight version of DSFD. So I also applied lightDSFD to anonymize videos. https://github.com/JeiKeiLim/Anonymizing_video_by_lightDSFD
However, lightDSFD looks less accurate(obviously). It works most of the time but it shows failure when a person is laying down or the light is too dark, etc.
So far, DSFD looks great that I feel like I can actually publish videos that I can’t upload until the faces are anonymized. The problem is that it takes 11 hours to complete for 15 minutes of 60fps video.
…. I am still waiting for the first video to be finished. And if my calculation is correct, all videos will be processed in 51 days.
submitted by /u/workout_JK
[link] [comments]
What are some machine learning topics that are applicable to cancer, or more broadly, biology, besides diagnostics?
submitted by /u/123isbruth
[link] [comments]
I’m planning to switch to JAX for DL in CV. But however still having doubts about its future. Anyone with insights?
submitted by /u/xxxzzzlll
[link] [comments]
At the end of every year, I like to take a look back at the different trends or papers that inspired me the most. As a researcher in the field, I find it can be quite productive to take a deeper look at where I think the research community has made surprising progress or to identify areas where, perhaps unexpectedly, we did not advance. I’ve put together a post in which I give my perspective on the state of the field from this past year. The post is no doubt a biased sample of what I think is progress, but I hope it stimulates discussion about which subfields evolved or what priorities unexpectedly shifted in 2019.
Link to post: http://www.cachestocaches.com/2019/12/my-state-of-the-field/
A short summary/outline of my post for discussion:
What do you think were the most interesting advancements or shifts this year?
submitted by /u/gregoryjstein
[link] [comments]
| |
The intense democratization of toolkits coupled with the breakneck speed at which research is unfolding in Deep learning, the literature landscape might seem chaotic and cacophonous at times. Hence, I truly appreciate when the well cited authors in a specific vertical of research invest time and effort to author good overview/survey/review/meta papers. Besides the obvious good of providing a comprehensive bird’s-eye view of the field, they serve 5 crucial purposes that are oft ignored. 1) These are high quality invitation notes to researchers from a different domain to contribute 2) They serve as collection of important open problems waiting to be solved 3) Immensely helpful in faster, better and up-to-date teaching course design 4) Setting the agenda for the research directions in the near future 5) Eases the burden of lengthy citation lists, especially for short communication papers. This year, I chanced upon 7 such papers that I am sharing with the ML community here. Happy year end reading! List:
Cheat-sheet for print: submitted by /u/VinayUPrabhu |