All Projects → ddshan → hand_detector.d2

ddshan / hand_detector.d2

Licence: MIT license
Hand detection models trained on 100DOH (100 Days of Hands) dataset.

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to hand detector.d2

darknet
php ffi darknet
Stars: ✭ 21 (-65%)
Mutual labels:  detection
Triton
🐳 Scripps Whale Acoustics Lab 🌎 Scripps Acoustic Ecology Lab - Triton with remoras in development
Stars: ✭ 25 (-58.33%)
Mutual labels:  detection
BCNet
Deep Occlusion-Aware Instance Segmentation with Overlapping BiLayers [CVPR 2021]
Stars: ✭ 434 (+623.33%)
Mutual labels:  detection
tools-generation-detection-synthetic-content
Compilation of the state of the art of tools, articles, forums and links of interest to generate and detect any type of synthetic content using deep learning.
Stars: ✭ 107 (+78.33%)
Mutual labels:  detection
emot
Open source Emoticons and Emoji detection library: emot
Stars: ✭ 178 (+196.67%)
Mutual labels:  detection
QuakeMigrate
A Python package for automatic earthquake detection and location using waveform migration and stacking.
Stars: ✭ 101 (+68.33%)
Mutual labels:  detection
ofxOpenCvDnnObjectDetection
OpenCV based DNN Object Detection Library for Openframeworks
Stars: ✭ 34 (-43.33%)
Mutual labels:  detection
VideoRecognitionTracking
Real time object or face detection recognition and tracking in video. The Full end-to-end project.
Stars: ✭ 36 (-40%)
Mutual labels:  detection
yolov5 obb
yolov5 + csl_label.(Oriented Object Detection)(Rotation Detection)(Rotated BBox)基于yolov5的旋转目标检测
Stars: ✭ 1,105 (+1741.67%)
Mutual labels:  detection
hayabusa
Hayabusa (隼) is a sigma-based threat hunting and fast forensics timeline generator for Windows event logs.
Stars: ✭ 908 (+1413.33%)
Mutual labels:  detection
ThePhish
ThePhish: an automated phishing email analysis tool
Stars: ✭ 676 (+1026.67%)
Mutual labels:  detection
Hand-Digits-Recognition
Recognize your own handwritten digits with Tensorflow, embedded in a PyQT5 GUI. The Neural Network was trained on MNIST.
Stars: ✭ 11 (-81.67%)
Mutual labels:  detection
Abnormal-behavior-Detection
Abnormal behavior detection in the video surveillance based on yolo darknet
Stars: ✭ 35 (-41.67%)
Mutual labels:  detection
tensorflow object detection helper tool
tensorflow object detection api helper tool ( custom object detection )
Stars: ✭ 30 (-50%)
Mutual labels:  detection
gradle-cpd-plugin
Gradle plugin to find duplicate code using PMDs copy/paste detection (= CPD).
Stars: ✭ 88 (+46.67%)
Mutual labels:  detection
deTiN
DeTiN is designed to measure tumor-in-normal contamination and improve somatic variant detection sensitivity when using a contaminated matched control.
Stars: ✭ 46 (-23.33%)
Mutual labels:  detection
Shadowless
A Fast and Open Source Autonomous Perception System.
Stars: ✭ 29 (-51.67%)
Mutual labels:  detection
colorchecker-detection
Multiple ColorChecker Detection. This code implements a multiple colorChecker detection method, as described in the paper Fast and Robust Multiple ColorChecker Detection.
Stars: ✭ 51 (-15%)
Mutual labels:  detection
nnDetection
nnDetection is a self-configuring framework for 3D (volumetric) medical object detection which can be applied to new data sets without manual intervention. It includes guides for 12 data sets that were used to develop and evaluate the performance of the proposed method.
Stars: ✭ 355 (+491.67%)
Mutual labels:  detection
LD
Localization Distillation for Dense Object Detection (CVPR 2022)
Stars: ✭ 271 (+351.67%)
Mutual labels:  detection

Hand Detector

The hand detectors are trained on (1) 100K and (2) 100K+ego images from 100DOH dataset.

Performance

Name Data Box AP Model
Faster-RCNN X101-FPN 100K 90.32% Google Drive
Faster-RCNN X101-FPN 100K+ego 90.46% Google Drive

Environment

Train

CUDA_VISIBLE_DEVICES=4,5,6,7 python trainval_net.py --num-gpus 4 --config-file faster_rcnn_X_101_32x8d_FPN_3x_100DOH.yaml

Evaluation

CUDA_VISIBLE_DEVICES=4,5,6,7 python trainval_net.py --num-gpus 4 --config-file faster_rcnn_X_101_32x8d_FPN_3x_100DOH.yaml --eval-only MODEL.WEIGHTS path/to/model.pth

Demo

CUDA_VISIBLE_DEVICES=1 python demo.py

Citation

If this work is helpful in your research, please cite:

@INPROCEEDINGS{Shan20, 
    author = {Shan, Dandan and Geng, Jiaqi and Shu, Michelle  and Fouhey, David},
    title = {Understanding Human Hands in Contact at Internet Scale},
    booktitle = CVPR, 
    year = {2020} 
}

When you use the model trained on our ego data, make sure to also cite the original datasets (Epic-Kitchens, EGTEA and CharadesEgo) that we collect from and agree to the original conditions for using that data.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].