Skip to content

Instantly share code, notes, and snippets.

View yinguobing's full-sized avatar
💓
writing human friendly code...

Yin Guobing yinguobing

💓
writing human friendly code...
View GitHub Profile
@ogl4jo3
ogl4jo3 / blaze_face_detect.py
Created September 11, 2019 07:22
Demo BlazeFace model.
import cv2
import time
import math
import numpy as np
import tensorflow as tf
class SsdAnchorsCalculatorOptions:
def __init__(self, input_size_width, input_size_height, min_scale, max_scale
, num_layers, feature_map_width, feature_map_height
, strides, aspect_ratios, anchor_offset_x=0.5, anchor_offset_y=0.5
@PurpleBooth
PurpleBooth / README-Template.md
Last active May 22, 2024 13:17
A template to make good README.md

Project Title

One Paragraph of project description goes here

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites