Pinned Repositories
age-gender-estimation
Keras implementation of a CNN network for age and gender estimation
Arithmetic
一些经典算法集合,包括但不限于动态规划,贪心算法等
attention-module
Official PyTorch code for "BAM: Bottleneck Attention Module (BMVC2018)" and "CBAM: Convolutional Block Attention Module (ECCV2018)"
caffe
Caffe on both Linux and Windows
caffe-faster-rcnn
faster rcnn c++ version. joint train; please checkout into dev branch (git checkout dev)
caffe-yolo
Caffe for YOLO
caffe-yolov2
CaffeCppTest2
vs2013下,基于编译好的caffe,新建自己的工具
CropImageWithSimilarity
根据检测出的关键点,进行相似变换(仿射变换的一种),进行图像的对齐
KCF
改写的KCF代码,主要是去除了opencv的依赖,改用Eigen库
bjmajic's Repositories
bjmajic/age-gender-estimation
Keras implementation of a CNN network for age and gender estimation
bjmajic/Arithmetic
一些经典算法集合,包括但不限于动态规划,贪心算法等
bjmajic/attention-module
Official PyTorch code for "BAM: Bottleneck Attention Module (BMVC2018)" and "CBAM: Convolutional Block Attention Module (ECCV2018)"
bjmajic/caffe-faster-rcnn
faster rcnn c++ version. joint train; please checkout into dev branch (git checkout dev)
bjmajic/chinese_ocr
CTPN + DenseNet + CTC based end-to-end Chinese OCR implemented using tensorflow and keras
bjmajic/chinese_province_city_area_mapper
一个用于提取简体中文字符串中省,市和区并能够进行映射,检验和简单绘图的python模块
bjmajic/dbnet
bjmajic/DeepLearning-500-questions
深度学习500问,以问答形式对常用的概率知识、线性代数、机器学习、深度学习、计算机视觉等热点问题进行阐述,以帮助自己及有需要的读者。 全书分为18个章节,近30万字。由于水平有限,书中不妥之处恳请广大读者批评指正。 未完待续............ 如有意合作,联系scutjy2015@163.com 版权所有,违权必究 Tan 2018.06
bjmajic/Detectron
FAIR's research platform for object detection research, implementing popular algorithms like Mask R-CNN and RetinaNet.
bjmajic/docker-registry
bjmajic/efficient_densenet_pytorch
A memory-efficient implementation of DenseNets
bjmajic/fanqiang
翻墙-科学上网
bjmajic/faster-rcnn.pytorch
A faster pytorch implementation of faster r-cnn
bjmajic/GraphNeuralNetwork
Implementation and experiments of graph neural netwokrs, like gcn,graphsage,gat,etc.
bjmajic/horovod
Distributed training framework for TensorFlow, Keras, PyTorch, and Apache MXNet.
bjmajic/inplace_abn
In-Place Activated BatchNorm for Memory-Optimized Training of DNNs
bjmajic/langchain
🦜🔗 Build context-aware reasoning applications
bjmajic/leecode
leecode练习
bjmajic/LWLearningTools
封装的一些TensorFlow的函数,方便自己试用。author:Lyndon W
bjmajic/M2Det
M2Det: A Single-Shot Object Detector based on Multi-Level Feature Pyramid Network
bjmajic/Mask_RCNN
Mask R-CNN for object detection and instance segmentation on Keras and TensorFlow
bjmajic/MyLeetCode
个人完成的leetcode代码,当作备份参考
bjmajic/OCR_DataSet
收集并整理有关OCR的数据集并统一标注格式,以便实验需要
bjmajic/PST-table
表格结构解析新思路(表格识别新思路)
bjmajic/pytorch-deform-conv-v2
PyTorch implementation of Deformable ConvNets v2 (Modulated Deformable Convolution)
bjmajic/seq2seq-ocr-analysis
end2end layout analysis based seq2seq
bjmajic/test_image
save some image for test, these image is too big or too small
bjmajic/torch-dct
DCT (discrete cosine transform) functions for pytorch
bjmajic/tsr
bjmajic/Yet-Another-EfficientDet-Pytorch
The pytorch re-implement of the official efficientdet with SOTA performance in real time and pretrained weights.