Pinned Repositories
apriltags2_ros
A ROS wrapper of the AprilTags 2 visual fiducial detector
apriltags_ros
AprilTags for ROS
AutoRCCar
OpenCV Python Neural Network Autonomous RC Car
BarCode_Test
it contains some open source barcode code
boteye
Deep-Learning
machine-learning
Experiments, algorithms and reports in machine learning reseach.
Spiking-Neural-Network---Theano-Framework
Spiking neural networks are biologically plausible CNNs which learn through a temporally dependent learning method known as Spike Time Dependant Plasticity (STDP)- an alternate to gradient descent. This repository contains layers built on top of Lasagne layers for spiking neural networks. This is the first implementation of spiking neural networks in any tensor based framework to the best of my knowledge. The various layers can be found in snn.py for dense layer and snn_conv.py for other layers. These layers are to be processed for each time step which is done using the Theano scan as a quick hack - in the snn class. The results can be found the ppt. Further details on how to use the code will be put up after later.
Spiking-Neural-Network-Simulations
A series of simulations organized as homework assignments that were part of the course on Neuromorphic Engineering at IIT Bombay (course code: EE 746)
SpikingNeuralNetworks
Toy code written for learning neural networks and processing event-based data as part of a winter research project at UQ
siam7tong's Repositories
siam7tong/apriltags2_ros
A ROS wrapper of the AprilTags 2 visual fiducial detector
siam7tong/boteye
siam7tong/cam2web
Streaming camera to web as MJPEG stream or individual JPEG snapshots. Providing embedded web UI for watching camera directly from a web browser.
siam7tong/chineseocr
yolo3+ocr
siam7tong/common_codes
siam7tong/darknet_ros
YOLO ROS: Real-Time Object Detection for ROS
siam7tong/DeepStream-Yolo
NVIDIA DeepStream SDK 5.0.1 configuration for YOLO models
siam7tong/FaceDetector-Base-Yolov3-spp
siam7tong/FCOS
FCOS: Fully Convolutional One-Stage Object Detection
siam7tong/FFmpeg
Mirror of git://source.ffmpeg.org/ffmpeg.git
siam7tong/GraphicsShape
Qt QGraphics 鼠标拖动绘制基本几何图形(直线、矩形、圆形、椭圆),并可选中图形进行拖动。
siam7tong/HyperLPR
基于深度学习高性能中文车牌识别 High Performance Chinese License Plate Recognition Framework.
siam7tong/image_common
The image_common of http://www.ros.org/wiki/image_common has moved to github
siam7tong/image_pipeline
siam7tong/incubator-mxnet
Lightweight, Portable, Flexible Distributed/Mobile Deep Learning with Dynamic, Mutation-aware Dataflow Dep Scheduler; for Python, R, Julia, Scala, Go, Javascript and more
siam7tong/mmdetection
Open MMLab Detection Toolbox and Benchmark
siam7tong/motion-rcnn
Motion R-CNN: Mask R-CNN with support for 3D motion estimation (prototype)
siam7tong/netron
Visualizer for neural network, deep learning and machine learning models
siam7tong/onnx-simplifier
Simplify your onnx model
siam7tong/open-license-manager
Software licensing, copy protection SDK. This C++ framework let you add licenses to you software.
siam7tong/orb-slam2_with_semantic_label
orb-slam2 with semantic label
siam7tong/ORB_SLAM2
Real-Time SLAM for Monocular, Stereo and RGB-D Cameras, with Loop Detection and Relocalization Capabilities
siam7tong/pytorch-doc-zh
Pytorch 中文文档
siam7tong/retinanet-examples
Fast and accurate object detection with end-to-end GPU optimization
siam7tong/SfMLearner
An unsupervised learning framework for depth and ego-motion estimation from monocular videos
siam7tong/simpledet_and_mmdet_notes
simpledet和mmdetection源码阅读笔记
siam7tong/TensorRT-YOLOv4
tensorrt5, yolov4, yolov3,yolov3-tniy,yolov3-tniy-prn
siam7tong/warp-ctc
Pytorch Bindings for warp-ctc
siam7tong/xiaoqiang_tts
xiaoqiang tts and asr package, using baidu and xunfei as backend
siam7tong/yolo-tensorrt
darknet -> tensorrt. YoloV4 YoloV3 use raw darknet *.weights and *.cfg fils. If the wrapper is useful to you,please Star it.