Skip to content

Instantly share code, notes, and snippets.

@santhalakshminarayana
Created November 18, 2019 09:51
Show Gist options
  • Save santhalakshminarayana/523b6744760fceef91d6aaf3585badd4 to your computer and use it in GitHub Desktop.
Save santhalakshminarayana/523b6744760fceef91d6aaf3585badd4 to your computer and use it in GitHub Desktop.
Pspnet imports for Medium
import numpy as np
import os
import matplotlib.pyplot as plt
import cv2
import tensorflow as tf
from tensorflow import keras
from tensorflow.keras.layers import Convolution2D,BatchNormalization,ReLU,LeakyReLU,Add,Activation
from tensorflow.keras.layers import GlobalAveragePooling2D,AveragePooling2D,UpSampling2D
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment