Skip to content

Instantly share code, notes, and snippets.

View seovchinnikov's full-sized avatar

Sergei seovchinnikov

  • London
View GitHub Profile
import cv2
import pickle
import math
import random
import copy
PKL = 'points.pkl'
IMG_NAME = 'graphen.png'
# -*- coding: utf-8 -*-
"""ResNet50 model for Keras with fused intermediate layers
# Reference:
https://arxiv.org/pdf/1604.00133.pdf
Adapted from original resnet
"""
from __future__ import print_function