Pinned Repositories
3DUnetCNN
Keras 3D U-Net Convolution Neural Network (CNN) designed for medical image segmentation
ai_course_resource
This repository is a curated collection of links to various courses and resources about Artificial Intelligence (AI)
awesome-hand-pose-estimation
Awesome works on hand pose estimation/hand tracking
awesome-semantic-segmentation
awesome-semantic-segmentation
cac-openset
Code for Class Anchor Clustering loss for training a distance-based open set classifier
Contrastive-Clustering
Code for the paper "Contrastive Clustering" (AAAI 2021)
crosr
Paper CROSR official code and my modifications
discoGAN.tensorflow.slim
pami_osr
Code for T-PAMI paper: Measuring Human Perception to Improve Open Set Recognition
X3D-Multigrid
PyTorch implementation of X3D models with Multigrid training.
KiyoshiKAWASAKI's Repositories
KiyoshiKAWASAKI/crosr
Paper CROSR official code and my modifications
KiyoshiKAWASAKI/pami_osr
Code for T-PAMI paper: Measuring Human Perception to Improve Open Set Recognition
KiyoshiKAWASAKI/3DUnetCNN
Keras 3D U-Net Convolution Neural Network (CNN) designed for medical image segmentation
KiyoshiKAWASAKI/ai_course_resource
This repository is a curated collection of links to various courses and resources about Artificial Intelligence (AI)
KiyoshiKAWASAKI/cac-openset
Code for Class Anchor Clustering loss for training a distance-based open set classifier
KiyoshiKAWASAKI/Contrastive-Clustering
Code for the paper "Contrastive Clustering" (AAAI 2021)
KiyoshiKAWASAKI/X3D-Multigrid
PyTorch implementation of X3D models with Multigrid training.
KiyoshiKAWASAKI/counterfactual-open-set
Counterfactual Image Generation for Open-Set Recognition
KiyoshiKAWASAKI/CROSR-torch
PyTorch implementation for "Classification-Reconstruction Learning for Open-Set Recognition" CVPR 2019.
KiyoshiKAWASAKI/efficient_densenet_pytorch
A memory-efficient implementation of DenseNets
KiyoshiKAWASAKI/face_morph_with_evt
Human Face Morph Modeling based on the Extreme Value Theory
KiyoshiKAWASAKI/face_morpher
:angel: Morph faces with Python, Numpy, Scipy
KiyoshiKAWASAKI/leetcode-master
《代码随想录》LeetCode 刷题攻略:200道经典题目刷题顺序,共60w字的详细图解,视频难点剖析,50余张思维导图,支持C++,Java,Python,Go,JavaScript等多语言版本,从此算法学习不再迷茫!🔥🔥 来看看,你会发现相见恨晚!🚀
KiyoshiKAWASAKI/libsvm-openset
KiyoshiKAWASAKI/MSDNet-PyTorch
MSDNet
KiyoshiKAWASAKI/opensphere
A hyperspherical face recognition library based on PyTorch
KiyoshiKAWASAKI/OSDN
Code and data for the research paper "Towards Open Set Deep Networks" A Bendale, T Boult, CVPR 2016
KiyoshiKAWASAKI/SAFE
KiyoshiKAWASAKI/segment-anything
The repository provides code for running inference with the SegmentAnything Model (SAM), links for downloading the trained model checkpoints, and example notebooks that show how to use the model.
KiyoshiKAWASAKI/segmenter
[ICCV2021] Official PyTorch implementation of Segmenter: Transformer for Semantic Segmentation
KiyoshiKAWASAKI/Show_and_Tell
Show and Tell : A Neural Image Caption Generator
KiyoshiKAWASAKI/SIF
sentence embedding by Smooth Inverse Frequency weighting scheme
KiyoshiKAWASAKI/stable-diffusion-videos
Create 🔥 videos with Stable Diffusion by exploring the latent space and morphing between text prompts
KiyoshiKAWASAKI/text_classification
all kinds of text classification models and more with deep learning
KiyoshiKAWASAKI/trackformer
Implementation of "TrackFormer: Multi-Object Tracking with Transformers”. [Conference on Computer Vision and Pattern Recognition (CVPR), 2022]
KiyoshiKAWASAKI/u-net-brain-tumor
U-Net Brain Tumor Segmentation in TensorFlow
KiyoshiKAWASAKI/vast
A repository for some common operations for everyone
KiyoshiKAWASAKI/VGGFace2-pytorch
PyTorch Face Recognizer based on 'VGGFace2: A dataset for recognising faces across pose and age'
KiyoshiKAWASAKI/vision_transformer
Original Vision Transformer
KiyoshiKAWASAKI/vit-pytorch
Implementation of Vision Transformer, a simple way to achieve SOTA in vision classification with only a single transformer encoder, in Pytorch