Skip to content

Commit

Permalink
Merge branch 'master' into patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
balavenkatesh3322 committed Jul 18, 2020
2 parents 1f3cdce + 4b23cca commit c78bc53
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,8 @@ You can see visualizations of each model's network architecture by using [Netron
| [Image analogies]( https://github.com/awentzonline/image-analogies) | Generate image analogies using neural matching and blending. | `Keras`
| [Popular Image Segmentation Models]( https://github.com/divamgupta/image-segmentation-keras) | Implementation of Segnet, FCN, UNet and other models in Keras. | `Keras`
| [Ultrasound nerve segmentation]( https://github.com/jocicmarko/ultrasound-nerve-segmentation) | This tutorial shows how to use Keras library to build deep neural network for ultrasound image nerve segmentation. | `Keras`
| [DeepMask object segmentation]( https://github.com/abbypa/NNProject_DeepMask) | This is a Keras-based Python implementation of DeepMask - a complex deep neural network for learning object segmentation masks. | `Keras`
| [Monolingual and Multilingual Image Captioning]( https://github.com/elliottd/GroundedTranslation) | AThis is the source code that accompanies Multilingual Image Description with Neural Sequence Models. | `Keras`
| [DeepMask object segmentation]( https://github.com/abbypa/NNProject_DeepMask) | This is a Keras-based Python implementation of DeepMask- a complex deep neural network for learning object segmentation masks. | `Keras`
| [Monolingual and Multilingual Image Captioning]( https://github.com/elliottd/GroundedTranslation) | This is the source code that accompanies Multilingual Image Description with Neural Sequence Models. | `Keras`
| [pix2pix]( https://github.com/tdeboissiere/DeepLearningImplementations/tree/master/pix2pix) | Keras implementation of Image-to-Image Translation with Conditional Adversarial Networks by Phillip Isola, Jun-Yan Zhu, Tinghui Zhou, Alexei A. | `Keras`
| [Colorful Image colorization]( https://github.com/tdeboissiere/DeepLearningImplementations/tree/master/Colorful) | B&W to color. | `Keras`
| [CycleGAN]( https://github.com/eriklindernoren/Keras-GAN/blob/master/cyclegan/cyclegan.py) | Implementation of _Unpaired Image-to-Image Translation using Cycle-Consistent Adversarial Networks_. | `Keras`
Expand Down Expand Up @@ -119,6 +119,7 @@ You can see visualizations of each model's network architecture by using [Netron
| [pix2pix-pytorch]( https://github.com/mrzhu-cool/pix2pix-pytorch) | PyTorch implementation of "Image-to-Image Translation Using Conditional Adversarial Networks". | `PyTorch`
| [NVIDIA/semantic-segmentation]( https://github.com/NVIDIA/semantic-segmentation) | A PyTorch Implementation of Improving Semantic Segmentation via Video Propagation and Label Relaxation, In CVPR2019. | `PyTorch`
| [Neural-IMage-Assessment]( https://github.com/kentsyx/Neural-IMage-Assessment) | A PyTorch Implementation of Neural IMage Assessment. | `PyTorch`
| [torchxrayvision](https://github.com/mlmed/torchxrayvision) | Pretrained models for chest X-ray (CXR) pathology predictions. Medical, Healthcare, Radiology | `PyTorch` |

<div align="right">
<b><a href="#framework">↥ Back To Top</a></b>
Expand Down

0 comments on commit c78bc53

Please sign in to comment.