Coder Social home page Coder Social logo

midsnckrrr / bigdata_project Goto Github PK

View Code? Open in Web Editor NEW

This project forked from kangsan-jeon/bigdata_project

0.0 0.0 0.0 67.75 MB

Blurring faces and license plates using deep-learning with YOLO-v3

Python 88.54% CSS 4.54% JavaScript 0.05% HTML 6.87%

bigdata_project's Introduction

BigData_Project: Blur faces and license plates using deep-learning

This project was worked with 서수진, 원동균, 이민지, 전여진

These codes were built on Ubuntu 18.04 enviroment(python_3.6, tensorflow_1.14.0, django_2.0.13, opencv-python_4.1.0.25 and ngrok_2.3.34) with GTX-1050ti

We trained face and license plate images with YOLO-v3

face: wider face(3226), license plate: AOLP(2049), MediaLAb LPR(590) and self collection(327))

Getting Started

Our weight was uploaded on here

You must move weight file to "./YOLOv3_TensorFlow/checkpoint" and modify restore_path argument of test_single_image.py at 43th row

  1. Run the server in your project directory
$ python3 manage.py runserver
  1. Activate server using ngrok on other terminal
    • Copy the address of 'Fowarding' row on terminal after execute below code (ex. d61b0f6fngrok.io)
$ ./ngrok http [port number] (maybe 8000)
  1. Modify setting.py in FirstProject directory

    • Paste the address to ALLOWED_HOSTS at 28th row
  2. Blur a image

    • Open the address on your browser
    • If you want blur the image, click image_icon icon
    • After click "파일선택" button, select the image to blur
    • Click convert button
    • If you want to download blured image, click download_icon icon
    • If you want to go home, click home_icon icon
    • We don't produce to blur the video on the web. If you want to blur the video, you must execute video_mosaik.py on your computer not our web
    • If any path(in code) is written by uni-code, it doesn't work because of open-cv

bigdata_project's People

Contributors

wizyoung avatar kangsan-jeon avatar matthew-jack avatar

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.