摘要:
CCF测试大赛及入选国赛 阅读全文
摘要:
实验2-正向最大匹配-checkpoint.ipynb 实验3-3-正向最大匹配-checkpoint.ipynb 阅读全文
摘要:
changeface.py import cv2 import dlib import numpy import sys PREDICTOR_PATH = "./shape_predictor_68_face_landmarks.dat" SCALE_FACTOR = 1 FEATHER_AMOUN 阅读全文
摘要:
wavs_to_model.py import wave import numpy as np import os import keras from keras.models import Sequential from keras.layers import Dense num_class = 阅读全文
摘要:
image_object_detection.py import numpy as np import tensorflow as tf import matplotlib.pyplot as plt from PIL import Image import label_map_util impor 阅读全文
摘要:
from __future__ import print_function, division from keras.datasets import mnist from keras.layers import Input, Dense, Reshape, Flatten, Dropout from 阅读全文
摘要:
model.py # -*-coding:utf-8-*- """author: Zhou Chen datetime: 2019/6/25 9:10 desc: 实现模型 """ from keras.models import Model from keras.layers import Con 阅读全文
摘要:
实验14-1使用cnn完成MNIST手写体识别(tf).py import tensorflow as tf # Tensorflow提供了一个类来处理MNIST数据 from tensorflow.examples.tutorials.mnist import input_data import 阅读全文
摘要:
运行结果 阅读全文
摘要:
出现 TypeError: __init__() got an unexpected keyword argument 'size' size修改为vector_size 修改前 修改后 阅读全文