Pinned Repositories
Center_loss-CosineLoss-ArcLoss
mnist classify using center loss
Data-Structual
数据结构实现
Fast-RCNN
My implementation of Fast-RCNN (tensorflow)
masr
中文语音识别; Mandarin Automatic Speech Recognition;
my_tensorflow_yolo
yolo_v1 by tensorflow
PN-Net
reproduce paper PN-Net:Conjoined Triplet Deep Netwprk for Learning Local Image Descriptor
Self-Attention
simple implements Non-Local Neural Networks for image classification(Fashion-Mnist)
Style-Transfer-And-DeepDream
Simply Implement style transfer and deepDream using tensorflow2.0
Tensorflow-DCGAN
Tensorflow-DCGAN using to generate animation image
Visualize-Mnist
Visualize Mnist Convolutional Feature Map using Transpose Convolution
lovekittynine's Repositories
lovekittynine/Style-Transfer-And-DeepDream
Simply Implement style transfer and deepDream using tensorflow2.0
lovekittynine/Data-Structual
数据结构实现
lovekittynine/masr
中文语音识别; Mandarin Automatic Speech Recognition;
lovekittynine/Annotated-DDPM
The classical paper list with code about generative adversarial nets
lovekittynine/BVQA_Benchmark
A performance benchmark for blind video quality assessment (BVQA) models
lovekittynine/d2-net
D2-Net: A Trainable CNN for Joint Description and Detection of Local Features
lovekittynine/DarkPose
Distribution-Aware Coordinate Representation for Human Pose Estimation
lovekittynine/Deep-Learning-with-TensorFlow-book
深度学习入门开源书,基于TensorFlow 2.0案例实战。Open source Deep Learning book, based on TensorFlow 2.0 framework.
lovekittynine/Detection-PyTorch-Notebook
代码 -《深度学习之PyTorch物体检测实战》
lovekittynine/diffusion-models-class
Materials for the Hugging Face Diffusion Models Course
lovekittynine/dynamic-soft-margin-pytorch
lovekittynine/FairMOT_plus_plus
multi-object person detect and tracking
lovekittynine/GMS-Feature-Matcher
GMS: Grid-based Motion Statistics for Fast, Ultra-robust Feature Correspondence (CVPR 2017)
lovekittynine/KnowledgeGraphCourse
东南大学《知识图谱》研究生课程
lovekittynine/LabelGAN
LabelGAN:Gnenrating Specific Label Images(一个不太成熟的想法)
lovekittynine/LiLT
Official PyTorch implementation of LiLT: A Simple yet Effective Language-Independent Layout Transformer for Structured Document Understanding (ACL 2022)
lovekittynine/lovekittynine
Config files for my GitHub profile.
lovekittynine/mae
PyTorch implementation of MAE
lovekittynine/MakeItTalk
lovekittynine/One-Shot_Free-View_Neural_Talking_Head_Synthesis
lovekittynine/Political-Science
政治
lovekittynine/pTransE
Knowledge Graph and Text Jointly Embedding + [some thinks]
lovekittynine/Python3WebSpider
Source File of My Book related to WebSpider
lovekittynine/Some-Tricks-Summary-about-Pytorch
Keep Recording Some Tricks about Pytorch
lovekittynine/Speech-and-Text
Speech to text (PocketSphinx, Iflytex API, Baidu API) and text to speech (pyttsx3) | 语音转文字(PocketSphinx、百度 API、科大讯飞 API)和文字转语音(pyttsx3)
lovekittynine/SSD-UnderWaterDetection
UnderWaterDetection Contest Using SSD
lovekittynine/Synonyms
:herb: 中文近义词:聊天机器人,智能问答工具包
lovekittynine/Toy-MNIST-Distributed-Training
Distributed Training for MNIST Classification Under Pytorch 1.1.0
lovekittynine/VSFA
Quality Assessment of In-the-Wild Videos (ACM MM 2019)
lovekittynine/YoLoLucky
简易YoLoV1实现