LookAtMe-Genius-Cameraman / T_System

Licence: MIT license
the moving objects tracking system via two axis camera motion (and as optionally n joint robotic arm) for raspberry pi distributions

Programming Languages

python
139335 projects - #7 most used programming language
javascript
184084 projects - #8 most used programming language
CSS
56736 projects
HTML
75241 projects

Projects that are alternatives of or similar to T System

Drishti
Real time eye tracking for embedded and mobile devices.
Stars: ✭ 325 (+1811.76%)
Mutual labels:  face-detection, dlib, face-tracking
Get Me Through
A Free, Offline, Real-Time, Open-source web-app to assist organisers of any event in allowing only authorised/invited people using Face-Recognition Technology or QR Code.
Stars: ✭ 255 (+1400%)
Mutual labels:  face-recognition, face-detection, dlib
android-face-landmarks
Android app that localizes facial landmarks in nearly real-time
Stars: ✭ 62 (+264.71%)
Mutual labels:  face-detection, dlib, face-tracking
Libfaceid
libfaceid is a research framework for prototyping of face recognition solutions. It seamlessly integrates multiple detection, recognition and liveness models w/ speech synthesis and speech recognition.
Stars: ✭ 354 (+1982.35%)
Mutual labels:  face-recognition, face-detection, dlib
Attendance Using Face
Face-recognition using Siamese network
Stars: ✭ 174 (+923.53%)
Mutual labels:  face-recognition, face-detection, dlib
Facerecognition
Nextcloud app that implement a basic facial recognition system.
Stars: ✭ 226 (+1229.41%)
Mutual labels:  face-recognition, face-detection, dlib
facenet-darknet-inference
Face recognition using facenet
Stars: ✭ 29 (+70.59%)
Mutual labels:  face-recognition, face-detection, dlib
Awesome Face Detection
Compare with various detectors - s3fd, dlib, ocv, ocv-dnn, mtcnn-pytorch, face_recognition
Stars: ✭ 106 (+523.53%)
Mutual labels:  face-recognition, face-detection, dlib
Facenet Pytorch
Pretrained Pytorch face detection (MTCNN) and facial recognition (InceptionResnet) models
Stars: ✭ 2,564 (+14982.35%)
Mutual labels:  face-recognition, face-detection, face-tracking
Face recognition py
基于OpenCV的视频人脸识别
Stars: ✭ 215 (+1164.71%)
Mutual labels:  face-recognition, dlib, face-tracking
Awesome Face recognition
papers about Face Detection; Face Alignment; Face Recognition && Face Identification && Face Verification && Face Representation; Face Reconstruction; Face Tracking; Face Super-Resolution && Face Deblurring; Face Generation && Face Synthesis; Face Transfer; Face Anti-Spoofing; Face Retrieval;
Stars: ✭ 3,220 (+18841.18%)
Mutual labels:  face-recognition, face-detection, face-tracking
Facial-Recognition-Using-FaceNet-Siamese-One-Shot-Learning
Implementation of Facial Recognition System Using Facenet based on One Shot Learning Using Siamese Networks
Stars: ✭ 104 (+511.76%)
Mutual labels:  face-recognition, face-detection
face-rec-tools
Media library face recognition tools
Stars: ✭ 14 (-17.65%)
Mutual labels:  face-recognition, dlib
timeline
Timeline - A photo organizer
Stars: ✭ 39 (+129.41%)
Mutual labels:  face-recognition, face-detection
FaceLivenessDetection-SDK
3D Passive Face Liveness Detection (Anti-Spoofing) & Deepfake detection. A single image is needed to compute liveness score. 99,67% accuracy on our dataset and perfect scores on multiple public datasets (NUAA, CASIA FASD, MSU...).
Stars: ✭ 85 (+400%)
Mutual labels:  face-recognition, face-detection
ailia-models
The collection of pre-trained, state-of-the-art AI models for ailia SDK
Stars: ✭ 1,102 (+6382.35%)
Mutual labels:  face-recognition, face-detection
SensorsAndAi
SensorAndAi is an android application which will give you the complete information about all the sensors and some basic information about artificial intelligence.This application will tell you about the use and implementation of the sensor and artificial intelligence.This app will show you how sensor and artificial intelligence is used in any an…
Stars: ✭ 29 (+70.59%)
Mutual labels:  face-recognition, face-detection
InsightFace-REST
InsightFace REST API for easy deployment of face recognition services with TensorRT in Docker.
Stars: ✭ 308 (+1711.76%)
Mutual labels:  face-recognition, face-detection
brfv4 android examples
Android Studio project (Java)
Stars: ✭ 43 (+152.94%)
Mutual labels:  face-detection, face-tracking
deepstack-ui
UI for working with Deepstack
Stars: ✭ 115 (+576.47%)
Mutual labels:  face-recognition, face-detection

T_System

the (non-)moving objects tracking system via two axis camera motion and n joint robotic arm for raspberry pi distributions

Github contributors Github release Github stars

Badge Emoji License: MIT

Travis Read The Docs Coveralls Pyup shield Pyup python-3 shield Contributor Covenant

T_System


Supported Environments

Operating systems Linux
Python versions Python 3.x (64-bit)
Distros Raspbian
Package managers APT, pip
Languages English

Requirements

Hardware
  • Raspberry Pi 2,3 B, B + or higher
  • Raspberry Pi Camera
  • n servo motors
  • 2 axis as pan-tilt motions for t_system's locking target ability
  • n-2 axis for t_system's robotic arm feature (Optional)
Software
  • All requirement libraries automatically installing via installation scripts. To see these libraries look at here

Installation

Clone the GitHub repository and run

sudo ./install.sh

in the repository directory.

for development mode: sudo ./install-dev.sh

If there is a failure try sudo -H ./install-dev.sh

Usage

usage: t_system [-h] [--interface {official_stand,augmented,remote_ui,None}]
                [--stand-gpios RED-LED GREEN-LED FAN] [--host HOST]
                [--port PORT] [--debug] [-l] [-s]
                [--detection-model DETECTION_MODEL] [--cascades CASCADES] [-j]
                [--encoding-file ENCODING_FILE] [--use-tracking-api]
                [--tracker-type {BOOSTING,MIL,KCF,TLD,MEDIANFLOW,GOTURN,MOSSE,CSRT}]
                [--camera-rotation CAMERA_ROTATION]
                [--resolution WIDTH HEIGHT] [--framerate FRAMERATE]
                [--chunk CHUNK] [--rate RATE] [--channels CHANNELS]
                [--audio_device_index AUDIO_DEVICE_INDEX]
                [--shoot-formats VIDEO AUDIO MERGED] [--shot-format SHOT] [-x]
                [--sd-channels SD_CHANNELS] [--arm-name ARM]
                [--ls-gpios PAN TILT] [--ls-channels PAN TILT]
                [--AI AI | --non-moving-target | --arm-expansion] [-p]
                [--ap-wlan AP_WLAN] [--ap-inet AP_INET] [--ap-ip AP_IP]
                [--ap-netmask AP_NETMASK] [--ssid SSID] [--password PASSWORD]
                [--wlan WLAN] [--inet INET] [--static-ip STATIC_IP]
                [--netmask NETMASK] [--country-code COUNTRY_CODE]
                [--environment {production,development,testing}]
                [--no-emotion] [-S]
                [-m {single_rect,rotating_arcs,partial_rect,animation_1,None}]
                [-r] [-v] [--version]
                {id,remote-ui-authentication,encode-face,self-update,arm,live-stream,r-sync,log}
                ...

positional arguments:
  {id,remote-ui-authentication,encode-face,self-update,arm,live-stream,r-sync,log}
                        officiate the sub-jobs
    id                  Make identification jobs of T_System.
    remote-ui-authentication
                        Remote UI administrator authority settings of the
                        secret entry point that is the new network connection
                        panel.
    encode-face         Generate encoded data from the dataset folder to
                        recognize the man T_System is monitoring during
                        operation.
    self-update         Update source code of t_system itself via `git pull`
                        command from the remote git repo.
    arm                 Management jobs of Denavit-Hartenberg transform matrix
                        models of robotic arms of T_System.
    live-stream         Make Online Stream jobs of T_System.
    r-sync              Make remote synchronization jobs of T_System.
    log                 Make logging jobs of T_System.

optional arguments:
  -h, --help            show this help message and exit

For detailed output, look at Help

t_system user-interfaces {official_stand,augmented,remote_ui,None} is standard running command. official_stand, augmented and remote_ui are mentioned here, here and here as respectively.

Detailed usage available inside USAGE.md

Interfaces

Official Stand

Portable usage interface v0.6

Special thanks to Uğur Özdemir for the awesome design idea of this Stand.


  • Dependencies

    • Raspberry pi 4 model B/B+.
    • 2 pieces mg995, 3 pieces sg90 or mg90s servo motors.
  • Properties

    Has 1.125 times longer body and arm length than the previous version.

    • Tiny Camera

        8x8mm dimensions 8MP resolution micro camera.
      
    • IR led

        Automatically activatable IR led for advanced night vision. 
      
    • 1 switch key for on/off

        Cut the electiric current directly.
      
    • 4 pieces 18650 li-ion batteries

        Seri connected 2 pieces for feeding Raspbbery Pi and other seri connected 2 pieces for servo motor.
      
    • External Motor Driver

        12 bit 16 channel PWM servo driver with I2C communication.
      
    • Internal Cooler

        2 pieces 30x30x10mm micro fan and the aluminyum block for falling down the cpu temperature.
      
    • Local Network Management

        Scan the around networks. If there is no network connection become an Access Point and serve Remote UI ınternally.
      
    • Remote UI accessing

        No control by tapping. Accessing with Remote UI from mobile or desktop.
      

To see the old version explaining go here

Remote UI

The remotely controlling interface v1.2.7

  • Properties

    • Motion Control

        2 kind control type for the arm. 
            
            1: axis based control. move all axes separately.
            2: direction based control. move according the direction (up-down/forward-backward/right-left).
      
    • Scenario Control

        create scenarios by specifying arm positions and generating motion paths with them for behaving like a camera dolly.
      
    • Previewing / Monitoring

        watch the live video stream during creating scenarios and monitor what is it recording on working.
      
    • Network Control

        Add, update or delete Wi-Fi connection info.
      
    • Recognize People

        Add, update and delete the photos of the people for recognizing them. Choose one, more or all and recognize during the job.
      
    • Record Control

        Get preview or download the video records with the date based sorting system.
      
    • Live Streaming

        Start Live video streaming on available 8 different popular websites include Facebook, YouTube, Periscope and Twitch.
      

Powered by flask as an embedded framework. Available on mobile and desktop.

Augmented

Augmented usage explained here into the AUGMENTED.md.


Supported Distributions: Raspbian. This release is fully supported. Any other Debian based ARM architecture distributions are partially supported.

Contribute

If you want to contribute to T_System then please read this guide.

Please consider to support us with buying a coffee: Buy Me A Coffee

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].