Pinned Repositories
C_plus_plus
CenterNet
Object detection, 3D detection, and pose estimation using center point detection:
Cpp_Concurrency_In_Action
:book: 作为对《C++ Concurrency in Action》英文版的中文翻译。
ICDAR2019RecTS
character recognition, textline recognition
logcabin
LogCabin is a distributed storage system built on Raft that provides a small amount of highly replicated, consistent storage. It is a reliable place for other distributed systems to store their core metadata and is helpful in solving cluster management issues.
pytorch-retinanet
RetinaNet in PyTorch
RoIAlign.pytorch
RoIAlign & crop_and_resize for PyTorch
SKNet_pytorch
A reimplementation of the SKNet(Selective Kernel Networks) by pytorch
TinyMind-RMB-Recognition
RMB code recognition, TextLine Recogintion, Text detection, anchor-free
torch2numpy
transform the weights from pytorch to numpy
ResearchingDexter's Repositories
ResearchingDexter/SKNet_pytorch
A reimplementation of the SKNet(Selective Kernel Networks) by pytorch
ResearchingDexter/ICDAR2019RecTS
character recognition, textline recognition
ResearchingDexter/pytorch-retinanet
RetinaNet in PyTorch
ResearchingDexter/RoIAlign.pytorch
RoIAlign & crop_and_resize for PyTorch
ResearchingDexter/TinyMind-RMB-Recognition
RMB code recognition, TextLine Recogintion, Text detection, anchor-free
ResearchingDexter/C_plus_plus
ResearchingDexter/torch2numpy
transform the weights from pytorch to numpy
ResearchingDexter/CenterNet
Object detection, 3D detection, and pose estimation using center point detection:
ResearchingDexter/Cpp_Concurrency_In_Action
:book: 作为对《C++ Concurrency in Action》英文版的中文翻译。
ResearchingDexter/logcabin
LogCabin is a distributed storage system built on Raft that provides a small amount of highly replicated, consistent storage. It is a reliable place for other distributed systems to store their core metadata and is helpful in solving cluster management issues.
ResearchingDexter/MaskTheFace
Convert face dataset to masked dataset
ResearchingDexter/mtcnn-pytorch
Joint Face Detection and Alignment using Multi-task Cascaded Convolutional Networks
ResearchingDexter/native-opencv-android-template
A tutorial for setting up OpenCV 4.3.0 for Android in Android Studio with Native Development Kit (NDK) support.
ResearchingDexter/powerful-gnns
How Powerful are Graph Neural Networks?
ResearchingDexter/redis
Redis is an in-memory database that persists on disk. The data model is key-value, but many different kind of values are supported: Strings, Lists, Sets, Sorted Sets, Hashes, Streams, HyperLogLogs, Bitmaps.