Pinned Repositories
5G-planning-using-a-GA
An implementation of a genetic algorithm to solve the planning problem present in 5G cellular networks
detr
End-to-End Object Detection with Transformers
MobileHumanPose
Real-time 3D human pose estimation in mobile devices
radio_signals_classifier
Classifier of over-the-air recordings of 24 digital and analog modulation of radio signals based on deep learning ResNet architecture.
ru-dalle
Generate images from texts. In Russian
Useful
I created this repository for my own useful scripts and algorithms
mediapipe
Cross-platform, customizable ML solutions for live and streaming media.
decision-forests
A collection of state-of-the-art algorithms for the training, serving and interpretation of Decision Forest models in Keras.
tfjs
A WebGL accelerated JavaScript library for training and deploying ML models.
hub
Ultralytics HUB tutorials and support
dubrovin-sudo's Repositories
dubrovin-sudo/radio_signals_classifier
Classifier of over-the-air recordings of 24 digital and analog modulation of radio signals based on deep learning ResNet architecture.
dubrovin-sudo/MobileHumanPose
Real-time 3D human pose estimation in mobile devices
dubrovin-sudo/Useful
I created this repository for my own useful scripts and algorithms
dubrovin-sudo/5G-planning-using-a-GA
An implementation of a genetic algorithm to solve the planning problem present in 5G cellular networks
dubrovin-sudo/CurrencyRate
dubrovin-sudo/d2l-en
Interactive deep learning book with multi-framework code, math, and discussions. Adopted at 300 universities from 55 countries including Stanford, MIT, Harvard, and Cambridge.
dubrovin-sudo/detr
End-to-End Object Detection with Transformers
dubrovin-sudo/ru-dalle
Generate images from texts. In Russian
dubrovin-sudo/developer-roadmap
Roadmap to becoming a web developer in 2021
dubrovin-sudo/drone-detection
A deep learning neural net model to detect drone/drones from a given picture using Using Fast R-CNN architecture via Keras-Retinanet Implementation. (Dataset and Pre-Trained model provided)
dubrovin-sudo/dsp-theory
Theory of digital signal processing (DSP): signals, filtration (IIR, FIR, CIC, MAF), transforms (FFT, DFT, Hilbert, Z-transform) etc.
dubrovin-sudo/free_parking_space
A way to find free parking space
dubrovin-sudo/hand-gesture-recognition-using-mediapipe
MediaPipe(Python版)を用いて手の姿勢推定を行い、検出したキーポイントを用いて、簡易なMLPでハンドサインとフィンガージェスチャーを認識するサンプルプログラムです。(Estimate hand pose using MediaPipe(Python version). This is a sample program that recognizes hand signs and finger gestures with a simple MLP using the detected key points.)
dubrovin-sudo/house-prediction
Testing MLOps approach to predict houses' prices in Saint-Petersburg
dubrovin-sudo/ImageAI
A python library built to empower developers to build applications and systems with self-contained Computer Vision capabilities
dubrovin-sudo/interactive-coding-challenges
120+ interactive Python coding interview challenges (algorithms and data structures). Includes Anki flashcards.
dubrovin-sudo/laser_trace
dubrovin-sudo/Mask_RCNN
Mask R-CNN for object detection and instance segmentation on Keras and TensorFlow
dubrovin-sudo/mediapipe
Cross-platform, customizable ML solutions for live and streaming media.
dubrovin-sudo/ML-Papers-Explained
Explanation to key concepts in ML
dubrovin-sudo/object_detection
Small example of using open-source python library ImageAI
dubrovin-sudo/pandarallel
A simple and efficient tool to parallelize Pandas operations on all available CPUs
dubrovin-sudo/Python
All Algorithms implemented in Python
dubrovin-sudo/pytorch-ssd
MobileNetV1, MobileNetV2, VGG based SSD/SSD-lite implementation in Pytorch 1.0 / Pytorch 0.4. Out-of-box support for retraining on Open Images dataset. ONNX and Caffe2 support. Experiment Ideas like CoordConv.
dubrovin-sudo/radar_scenes
Helper tools for the radar scenes data set.
dubrovin-sudo/RADIal
dubrovin-sudo/real-time-network
real-time network architecture for mobile devices and semantic segmentation
dubrovin-sudo/SegLoss
A collection of loss functions for medical image segmentation
dubrovin-sudo/Tensorflow-Object-Detection-API-Train-Model
Train a object detection model with the Tensorflow Object Detection API and Tensorflow 2.
dubrovin-sudo/yolov5_obb
yolov5 + csl_label.(Oriented Object Detection)(Rotation Detection)(Rotated BBox)基于yolov5的旋转目标检测