Pinned Repositories
android-mnn
android application, mtcnn face detection based on MNN framework
Attention-OCR
Visual Attention based OCR
awesome-multimodal-ml
Reading list for research topics in multimodal machine learning
bertNER
ChineseNER based on BERT, with BiLSTM+CRF layer
BLIP
PyTorch code for BLIP: Bootstrapping Language-Image Pre-training for Unified Vision-Language Understanding and Generation
Boost-for-Android
Android port of Boost C++ Libraries
bootstrap
The most popular HTML, CSS, and JavaScript framework for developing responsive, mobile first projects on the web.
Chinese-CLIP
Chinese version of CLIP which achieves Chinese cross-modal retrieval and representation generation.
cifar-10-cnn
Using cifar-10 datasets to learn deep learning.
zjujeremy's Repositories
zjujeremy/android-mnn
android application, mtcnn face detection based on MNN framework
zjujeremy/awesome-multimodal-ml
Reading list for research topics in multimodal machine learning
zjujeremy/bertNER
ChineseNER based on BERT, with BiLSTM+CRF layer
zjujeremy/BLIP
PyTorch code for BLIP: Bootstrapping Language-Image Pre-training for Unified Vision-Language Understanding and Generation
zjujeremy/Boost-for-Android
Android port of Boost C++ Libraries
zjujeremy/Chinese-CLIP
Chinese version of CLIP which achieves Chinese cross-modal retrieval and representation generation.
zjujeremy/CPlusPlusThings
C++那些事
zjujeremy/demo_code
zjujeremy/face3d
Python tools for 3D face: 3DMM, Mesh processing(transform, camera, light, render), 3D face representations.
zjujeremy/GazeML
Gaze Estimation using Deep Learning, a Tensorflow-based framework.
zjujeremy/image-retrieval
图片向量检索服务,包含Numpy、Faiss、ES、Milvus多种计算引擎
zjujeremy/image_text_retrieval_BLIP_BLIP2
Experiments with LAVIS library to perform image2text and text2image retrieval with BLIP and BLIP2 models
zjujeremy/LAVIS
LAVIS - A One-stop Library for Language-Vision Intelligence
zjujeremy/LCNN_SSD
Forward C++ Code of the SSD based on CAFFE, CPU support only.
zjujeremy/Mask_RCNN
Mask R-CNN for object detection and instance segmentation on Keras and TensorFlow
zjujeremy/MNN
MNN is a lightweight deep neural network inference engine.
zjujeremy/MNN-APPLICATIONS
MNN applications by MNN, JNI exec, RK3399. Support tflite\tensorflow\caffe\onnx models.
zjujeremy/models
Models and examples built with TensorFlow
zjujeremy/multi-view-gaze
Multi-view gaze estimation
zjujeremy/ncnn
ncnn is a high-performance neural network inference framework optimized for the mobile platform
zjujeremy/NER-BERT-pytorch
PyTorch solution of named entity recognition task Using Google AI's pre-trained BERT model.
zjujeremy/pumpkin-book
《机器学习》(西瓜书)公式推导解析,在线阅读地址:https://datawhalechina.github.io/pumpkin-book
zjujeremy/pytorch_fake_news_Classification_mml
使用pytorch完成的一个多模态分类任务,文本和图像部分分别使用了bert和resnet提取特征(在config里可以组合多种模型),在我的小规模数据集上取得了良好的性能(验证集acc96%)
zjujeremy/SSD-Tensorflow
Single Shot MultiBox Detector in TensorFlow
zjujeremy/ssd.pytorch
A PyTorch Implementation of Single Shot MultiBox Detector
zjujeremy/TensorRT_test
TensorRT sample integrated in Windows Platform with Visual Studio 2017. The release is TensorRT5.0.
zjujeremy/thread-pool
Thread pool implementation using c++11 threads
zjujeremy/Ultra-Light-Fast-Generic-Face-Detector-1MB
💎 1MB轻量级人脸检测模型 (1MB lightweight face detection model)
zjujeremy/universal-graphics-hook
A cpp project developed for hooking various graphic libraries such as: d3d9, d3d10, d3d11, d3d12, gdi, gdi+, opengl and vulkan.
zjujeremy/yolov4-tiny-pytorch
这是一个YoloV4-tiny-pytorch的源码,可以用于训练自己的模型。