Giter Site home page Giter Site logo

animikhaich / openvino-real-time-face-anonymizer Goto Github PK

View Code? Open in Web Editor NEW
8.0 8.0 3.0 9.04 MB

Real-Time Face Anonymizer Algorithm using Intel OpenVINO

Home Page: http://animikhaich.github.io/

License: MIT License

Python 100.00%
ai anonymization anonymize blur cnn computer-vision deep-learning face-blur face-detection intel machine-learning opencv openvino openvino-inference-engine openvino-toolkit python real-time

openvino-real-time-face-anonymizer's Introduction

Typing SVG

๐Ÿง About Me

status status

๐Ÿ‘‹ Hi there! I'm Animikh and I'm a Machine Learning Engineer, who loves to watch Anime and play Video Games. I'm also a MS in AI student working with Prof. Eshed Ohn-Bar on end-to-end Autonomous Driving @ H2X Lab.

Before this, I was a Computer Vision Engineer and Lead @ Wobot.ai, where I spearheaded the development of a robust Deep Learning tech stack, that powers real-time video analytics across hundreds of cameras worldwide today.

I โค๏ธ to build and believe Multi-Modal Self-Supervised Learning is the path to AGI ๐Ÿคซ. I focus on Generative AI, Autonomous Driving, Scene Understanding and 3D Vision.

I'm always open to new opportunities and a nice chat โ˜•. Feel free to reach out to me on LinkedIn or [email protected].

๐Ÿ’ป Tech Stack

Visual Studio Code Sublime Text Linux macOS Windows

Python C++ TensorFlow PyTorch Keras OpenCV NumPy scikit-learn mlflow Matplotlib Flask

AWS Azure Git Docker

๐Ÿ“Š Stats

trophy GitHub Streak Logo Logo

๐Ÿ”— Socials

LinkedIn Twitter Discord ResearchGate Stack Overflow Gmail Instagram Facebook

openvino-real-time-face-anonymizer's People

Contributors

animikhaich avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

openvino-real-time-face-anonymizer's Issues

Openvino : TypeError: __cinit__() got an unexpected keyword argument 'weights'

Hello, I'm inquiring because there was an error that I couldn't solve while testing your masking tool. The error is related to OPENVINO.

I read OPENVINO's document, but I couldn't understand why the typeerror error occurred.

{
    "weights_folder": "weights",
    "processing_device": "CPU",
    "detection_confidence": 0.75,
    "blur_strength": 99,
    "display_live": true,
    "write_video": true,
    "stacked_video": false,
    "input": "video/220107_524-Unjeong_2_1.avi",
    "output": "output/220107_524-Unjeong_2_1.avi"
}
2022-04-12 17:58:26,681: INFO: Initializing plugin for CPU device...
2022-04-12 17:58:26,686: INFO: Reading IR...
Traceback (most recent call last):
  File "D:\labeling_tools\Real-Time-Face-Anonymizer\main.py", line 19, in <module>
    face_detector = OpenVINOFaceDetector(config=config)
  File "D:\labeling_tools\Real-Time-Face-Anonymizer\face_detection\detector.py", line 23, in __init__
    self.n, self.c, self.h, self.w = self.infer_network.load_model(
  File "D:\labeling_tools\Real-Time-Face-Anonymizer\face_detection\intel_inference.py", line 83, in load_model
    self.net = IENetwork(model=model_xml, weights=model_bin)
  File "ie_api.pyx", line 1598, in openvino.inference_engine.ie_api.IENetwork.__cinit__
TypeError: __cinit__() got an unexpected keyword argument 'weights'

The same error occurred when I changed processing_device to GPU.

This is my spac :

  • window10
  • python3.9
  • Intel OpenVINO 2020.3 LTS
  • CPU : Intel(R) Core(TM) i9-9900K CPU @ 3.60GHz 3.60 GHz
  • GPU : Titan XP * 1

Thanks!

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.