bushra11812

bushra11812

Geek Repo

Github PK Tool:Github PK Tool

bushra11812's repositories

SSLD-face_recognition

Robust Single Sample Face Recognition by Sparsity-Driven Sub-Dictionary Learning Using Deep Features

Language:PythonLicense:MITStargazers:1Issues:1Issues:0

CBIR

a CBIR system

Language:Jupyter NotebookStargazers:0Issues:0Issues:0

CBIR-using-orb-hamming

Untuk Tugas Akhir Mata Kuliah IR

Language:PythonStargazers:0Issues:0Issues:0

Content-Based-Image-Retrieval

Content Based Image Retrieval on The Oxford Dataset (5k)

Language:Jupyter NotebookStargazers:0Issues:0Issues:0

content_based_image_retrieval_portfolio_example

An example of building a CBIR (Content Based Image Retrieval) system using Tensorflow2

Language:PythonLicense:MITStargazers:0Issues:0Issues:0

COVID19-Face-Mask-Detection-using-deep-learning

The entire workflow of developing deep learning model for detecting face mask.

Language:Jupyter NotebookLicense:NOASSERTIONStargazers:0Issues:1Issues:0

deep-learning-with-python-notebooks

Jupyter notebooks for the code samples of the book "Deep Learning with Python"

License:MITStargazers:0Issues:0Issues:0

DepthEstimation-MaskPrediction

Convolutional Neural network for mask prediction and depth estimation.

Language:Jupyter NotebookStargazers:0Issues:1Issues:0

Face-Mask-Detection

In this, I am attaching my code for building a CNN model to detect if a person is wearing face mask or not using the webcam of their PC.

Stargazers:0Issues:0Issues:0

Face-Mask-Detection-1

Face Mask Detection system based on computer vision and deep learning using OpenCV and Tensorflow/Keras

License:MITStargazers:0Issues:0Issues:0

Face-Mask-Detection-Tf2.x

An approach to detecting face masks in crowded places built using RetinaNet Face for face mask detection and Xception network for classification.

Stargazers:0Issues:0Issues:0

Face-Mask-Detector

Deep Learning Model to detect whether a person is wearing a face mask or not

Stargazers:0Issues:0Issues:0

Face_Mask_Detection

Deep Learning Project

Language:PythonStargazers:0Issues:1Issues:0

facemask_detection

Detection masks on faces.

Language:PythonLicense:MITStargazers:0Issues:1Issues:0

FaceMaskDetection

To further help combat the corona virus (COVID-19), this repository can be used for real-time face mask detection using webcam with an impressive accuracy. For convenience, the source codes are shared both in MATLAB and Python.

License:MITStargazers:0Issues:0Issues:0

FCOS_DET_MASK

Use FCOS model to Check whether people wear masks

Language:PythonStargazers:0Issues:1Issues:0

GANs

Repo contains implementation of DCGan, CGan, ACGan, and InfoGan for comparative study of different data generating models.

Stargazers:0Issues:0Issues:0

GANsPlayground

This is a repository for experimenting around with GANs at different levels.

Language:Jupyter NotebookLicense:MITStargazers:0Issues:1Issues:0

GenerativeDeepLearning

Generative Deep Learning Study with a Book "GenerativeDeepLeaning" by David Foster

Language:Jupyter NotebookStargazers:0Issues:0Issues:0

image-retrieval-system-CBIR

基于内容的图像检索系统 / content-based image retrieval system

Stargazers:0Issues:0Issues:0

Image-Retrieval-using-SIFT-or-ORB

Using SIFT or ORB keypoints from images, retrieve the corresponding images based on the reference image

Stargazers:0Issues:0Issues:0

Image-Search-using-Parallel-Computing

CRISPR is a Fast Image Search application that retrieves similar images from a database based on the query image by using Parallel computing paradigm.

Stargazers:0Issues:0Issues:0

LDA

LDA

Language:MATLABStargazers:0Issues:0Issues:0

Mask-Detection

Mask Detection deep learning model for python

Language:PythonStargazers:0Issues:1Issues:0

PySIFT

Python SIFT (Scale Invariant Feature Transform) implementation

Stargazers:0Issues:0Issues:0

PythonSIFT

A clean and concise Python implementation of SIFT (Scale-Invariant Feature Transform)

License:MITStargazers:0Issues:0Issues:0

SIFTImageSimilarity

Interactive code for image similarity using SIFT algorithm

License:MITStargazers:0Issues:0Issues:0

stylegan2encoder

StyleGAN2 - Official TensorFlow Implementation

License:NOASSERTIONStargazers:0Issues:0Issues:0

U-2-Net

The code for our newly accepted paper in Pattern Recognition 2020: "U^2-Net: Going Deeper with Nested U-Structure for Salient Object Detection."

License:Apache-2.0Stargazers:0Issues:0Issues:0

UNO-Card-Recognition-and-Detection-using-CBIR

Two sets of data were collected for this project. One set is the training images [fig.1] used to develop the database from which the query image can be matched to. The other set is the images [fig.2] used to test the implementation. In this document, the first set is referred to as training or template images and the second set is referred to as target or test images.Both sets of images were collected with a Pixel 3 camera using the standard settings. In order to get a consistent performance, dark backgrounds were used in all of the images to ease in the card detection process. For the training images, 54 pictures were taken, one for each of the 54 different cards For this project, two approaches to detecting and identifying playing cards were explored. The first method uses feature detection with SIFT to find keypoints and descriptors and flann’s algorithm to show the matches between the key points in the target and the training images. The second approach uses orb algorithm to find keypoints and descriptors and brute force algorithm to show the matches.

Stargazers:0Issues:0Issues:0