Pinned Repositories
detailed_captioning
Implements a state-of-the-art image captioning algorithm; bottom-up top-down attention.
Fashion-Editing
Fashion editing on Pytorch (python)
FastSaliency
A fast deep saliency detection model
PRUNE-BASED-ON-TENSOTFLOW
Regression_based_Crowd_Counting_v2
tf-fast-rcnn
TensorFlow transplantation of Fast R-CNN
WSDDN
Reimplementation of *Weakly Supervised Deep Detection Networks*
Zero_shot_learning_using_LDF_tensorflow
A tensorflow realization of zero-shot learning baseline according to 《Discriminative Learning of Latent Features for Zero-Shot Recognition》 in competition of Tianchi.
zbxzc35's Repositories
zbxzc35/AtlasNet
This repository contains the source codes for the paper "AtlasNet: A Papier-Mâché Approach to Learning 3D Surface Generation ". The network is able to synthesize a mesh (point cloud + connectivity) from a low-resolution point cloud, or from an image.
zbxzc35/awesome-graph-classification
A collection of important graph embedding, classification and representation learning papers with implementations.
zbxzc35/awesome-MIM
Reading list for research topics in Masked Image Modeling
zbxzc35/awesome-multimodal-ml
Reading list for research topics in multimodal machine learning
zbxzc35/Awesome-Vision-Attentions
Summary of related papers on visual attention. Related code will be released based on Jittor gradually.
zbxzc35/Coarse-to-fine-3D-Animal
zbxzc35/ConvNets
research and implementations of CNNs and their applications
zbxzc35/DeepDeformation
Character deformation with neural networks
zbxzc35/deepsvg
Official code for the paper "DeepSVG: A Hierarchical Generative Network for Vector Graphics Animation". Includes a PyTorch library for deep learning with SVG data.
zbxzc35/Enhanced-View-Synthesis-by-Appearance-Flow
zbxzc35/GAN-Case-Study
zbxzc35/GBDT_LR
广告点击率(CTR)预测经典模型 GBDT + LR 理解与实践(附数据 + 代码)
zbxzc35/graph-based-deep-learning-literature
links to conference publications in graph-based deep learning
zbxzc35/Graph2plan
zbxzc35/hmr
Project page for End-to-end Recovery of Human Shape and Pose
zbxzc35/InpaintNet
Code accompanying ISMIR'19 paper titled "Learning to Traverse Latent Spaces for Musical Score Inpaintning"
zbxzc35/magenta
Magenta: Music and Art Generation with Machine Intelligence
zbxzc35/Mesh_Labeler
A GUI program based on vedo and VTK that can annotate mesh models; this project is powered by SOVE Inc.
zbxzc35/MeshSegNet
PyTorch version of MeshSegNet for tooth segmentation of intraoral scans (point cloud/mesh). The code also includes visdom for training visualization.
zbxzc35/mmdetection
OpenMMLab Detection Toolbox and Benchmark
zbxzc35/opencv.js
zbxzc35/PyRetri
Open source deep learning based unsupervised image retrieval toolbox built on PyTorch🔥
zbxzc35/PyTorch-Encoding
A CV toolkit for my papers.
zbxzc35/pytorch-metric-learning
The easiest way to use deep metric learning in your application. Modular, flexible, and extensible. Written in PyTorch.
zbxzc35/pytorch-project
zbxzc35/SMALify
This repository contains an implementation for performing 3D animal (quadruped) reconstruction from a monocular image or video. The system adapts the pose (limb positions) and shape (animal type/height/weight) parameters for the SMAL deformable quadruped model, as well as camera parameters until the projected SMAL model aligns with 2D keypoints and silhouette segmentations extracted from the input frame(s).
zbxzc35/StanfordExtra
12k labelled instances of dogs in-the-wild with 2D keypoint and segmentations. Dataset released with our ECCV 2020 paper: Who Left the Dogs Out? 3D Animal Reconstruction with Expectation Maximization in the Loop.
zbxzc35/The-FDM-and-The-FVM-in-CFD
zbxzc35/vgae_pytorch
This repository implements variational graph auto encoder by Thomas Kipf.
zbxzc35/vit-pytorch
Implementation of Vision Transformer, a simple way to achieve SOTA in vision classification with only a single transformer encoder, in Pytorch