yl255's Stars
testerSunshine/12306
12306智能刷票,订票
pjialin/py12306
🚂 12306 购票助手,支持集群,多账号,多任务购票以及 Web 页面管理
PaddlePaddle/PaddleHub
Awesome pre-trained models toolkit based on PaddlePaddle. (400+ models including Image, Text, Audio, Video and Cross-Modal with Easy Inference & Serving)【安全加固,暂停交互,请耐心等待】
TingsongYu/PyTorch_Tutorial
《Pytorch模型训练实用教程》中配套代码
Project-MONAI/MONAI
AI Toolkit for Healthcare Imaging
dpilger26/NumCpp
C++ implementation of the Python Numpy library
Adlik/Adlik
Adlik: Toolkit for Accelerating Deep Learning Inference
Andy-zhujunwen/UNET-ZOO
including unet,unet++,attention-unet,r2unet,cenet,segnet ,fcn.
loli/medpy
Medical image processing in Python
layerism/TensorRT-Inference-Server-Tutorial
服务侧深度学习部署案例
SeuTao/RSNA2019_Intracranial-Hemorrhage-Detection
Code for 1st Place Solution in Intracranial Hemorrhage Detection Challenge @ RSNA2019
JunMa11/SegWithDistMap
How Distance Transform Maps Boost Segmentation CNNs: An Empirical Study
BBuf/Keras-Semantic-Segmentation
Keras-Semantic-Segmentation
pykao/Modified-3D-UNet-Pytorch
This repository implements pytorch version of the modifed 3D U-Net from Fabian Isensee et al. participating in BraTS2017
mrkolarik/3D-brain-segmentation
This is a repository containing code to Paper "Optimized High Resolution 3D Dense-U-Net Network for Brain and Spine Segmentation" published at MDPI Applied sciences journal - https://www.mdpi.com/2076-3417/9/3/404 .
ardamavi/3D-Medical-Segmentation-GAN
3D Liver Segmentation with GAN
RanSuLab/RAUNet-tumor-segmentation
residual attention unet for tumor segmentation (liver and brain)
huangyjhust/3D-RU-Net
A SlidingWindow-Free Accurate and Fast 3D Medical Image Segmentation Framework
terryzhao127/tensorflow-windows-build-script
A script to automate building Tensorflow on Windows and solve some problems
tobiascz/MNIST_Pytorch_python_and_capi
This is an example of how to train a MNIST network in Python and run it in c++ with pytorch 1.0
SabareeshIyer/Brain-tumor-detection-in-3D-MRIs-using-DCGAN
Using DCGAN for segmenting brain tumors from brain image scans
MyCaffe/NCCL
Windows version of NVIDIA's NCCL ('Nickel') for multi-GPU training - please use https://github.com/NVIDIA/nccl for changes.
HandsomeBrotherShuaiLi/3DUnet
Medical images segmentation with 3D UNet GAN
chicitipo/tensorflow-GPU-CUDA10.0-windows-DLL-binary
tensorflow custom build based on Windows x64 & CUDA10.0
zhuczhuc/nnUNet
nnUNet debug version
BaohaoLiao/3DGAN_pytorch
GAN framework for 3D data
jenshemprich/lib
lib directory with visual studio project build targets & props and msbuild build scripts for the libs I use (TensorFlow, OpenCV, dlib)
AI42/tensorflow-windows
Build TensorFlow(CPU) with CMake on Windows/OSX
chrert/cmake_tensorflow_c
CMake project to build the tensorflow C-API
Robinatp/Compile-Tensorflow-C--without-Bazel
Compile Tensorflow C++ without Bazel, You could create a C++ Tensorflow project in your favorite C++ IDEs and build it with Makefile or CMake and you will need to do some extra work to allow gcc to be able to compile successfully C++ Tensorflow codes. So you don't have to compile with bazel! It also approachs a method that Import OpenCV Mat into C++ Tensorflow without copying.Just convert Mat to Tensor for tensorflow run function