DPNs
Image Locator
A deep learning framework implementing a specific network architecture for image localization tasks.
Dual Path Networks
537 stars
33 watching
150 forks
Language: Python
last commit: over 5 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
oyam/pytorch-dpns | PyTorch implementation of a deep learning model for image segmentation | 90 |
k3nt0w/fcn_via_keras | A Python implementation of a deep neural network architecture for semantic image segmentation | 48 |
rwightman/pytorch-dpn-pretrained | A PyTorch implementation of Dual Path Networks (DPNs) with pre-trained weights and conversion scripts. | 206 |
mitmul/chainer-pspnet | An implementation of a deep learning-based image segmentation algorithm in Chainer | 74 |
linksense/lightnet | Research into efficient neural networks for semantic image segmentation in autonomous driving applications | 719 |
google-deepmind/dm_pix | An image processing library built on top of JAX to provide optimized and parallelized functions for machine learning research. | 389 |
doubledaibo/drnet_cvpr2017 | This project presents a deep neural network architecture designed to detect visual relationships in images. | 202 |
juntang-zhuang/laddernet | A deep learning implementation of a multi-path network architecture for medical image segmentation | 139 |
gwgundersen/dpcca | Develops a method to learn shared latent structure between biomedical images and gene expression data | 25 |
hszhao/pspnet | A PyTorch implementation of a deep learning model for semantic image segmentation | 1,593 |
lonl/cdbn | An implementation of a neural network architecture for image classification using convolutional and belief propagation techniques. | 35 |
zhegan27/semantic_compositional_nets | A deep learning framework providing a model architecture and training code for image captioning using semantic compositional networks | 70 |
fomorians/highway-cnn | A deep learning framework for training highway networks on image data using convolutional neural networks | 57 |
kimhc6028/relational-networks | A PyTorch implementation of a neural network module for relational reasoning in computer vision tasks | 812 |
pudae/tensorflow-pspnet | An implementation of a deep learning-based semantic segmentation model using TensorFlow and the PSNet loss function. | 47 |