Skip to content
View aixier's full-sized avatar

Block or report aixier

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Popular repositories Loading

  1. 1ZLAB_Face_Track_Robot 1ZLAB_Face_Track_Robot Public

    Forked from 1zlab/1ZLAB_Face_Track_Robot

    二自由度云台实现人脸追踪。 首先是使用一款名字叫做IP摄像头的APP 采集手机摄像头的图像,在手机上建立一个视频流服务器。在局域网下,PC通过IP还有端口号获取图像。使用OpenCV的人脸检测的API获取人脸在画面中的位置,根据人脸位置距离画面中心的x轴与y轴的偏移量(offset) ,通过P比例控制(PID控制中最简单的一种)控制二自由度云台上臂与下臂的旋转角度,将角度信息通过串口通信UA…

    Python 1

  2. 1ZLAB-PyQT-Healthy-Work 1ZLAB-PyQT-Healthy-Work Public

    Forked from 1zlab/1ZLAB-PyQT-Healthy-Work

    生活不止有屏幕上的代码,还有诗和远方.

    Python 1

  3. K210_Yolo_framework K210_Yolo_framework Public

    Forked from zhen8838/K210_Yolo_framework

    Yolo v3 framework base on tensorflow, support multiple models, multiple datasets, any number of output layers, any number of anchors, model prune, and portable model to K210 !

    C

  4. K210-yolo3 K210-yolo3 Public

    Forked from zhen8838/K210-yolo3

    A Tensorflow implementation of keras-YOLOv3. Now I am ported to k210

    C

  5. models models Public

    Forked from PaddlePaddle/models

    Pre-trained and Reproduced Deep Learning Models (『飞桨』官方模型库,包含多种学术前沿和工业场景验证的深度学习模型)

    Python

  6. EEG-Classification-Using-Recurrent-Neural-Network EEG-Classification-Using-Recurrent-Neural-Network Public

    Forked from KnightofDawn/EEG-Classification-Using-Recurrent-Neural-Network

    Used LSTM Network to classify eeg signals based on stimuli the subject recieved (visual or audio)

    Jupyter Notebook