# deep-learning-computer-vision-python **Repository Path**: 121786404/deep-learning-computer-vision-python ## Basic Information - **Project Name**: deep-learning-computer-vision-python - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2018-06-13 - **Last Updated**: 2021-11-03 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README https://www.pyimagesearch.com import matplotlib as mpl mpl.use('Agg') useradd -m -s /bin/bash sheldon passwd sheldon 添加sudoers: chmod +w /etc/sudoers vim /etc/sudoers # Allow members of group sudo to execute any command %sudo ALL=(ALL:ALL) NOPASSWD:ALL sheldon ALL=(ALL:ALL) NOPASSWD:ALL ### 磁盘扩容 umount /dev/vdb1 #df -h #fdisk -l fdisk /dev/vdb d n p 1 默认 默认 wq e2fsck -f /dev/vdb1 # 检查文件系统 resize2fs /dev/vdb1 # 变更文件系统大小 mount /dev/vdb1 /home/sheldon scp /home/sheldon/.keras/models/vgg19_weights_tf_dim_ordering_tf_kernels.h5 sheldon@39.105.102.189:/home/sheldon/ scp /home/sheldon/.keras/ sheldon@39.105.102.189:/home/sheldon/ scp /mnt/hgfs/AI/Python/kaggle_dogs_vs_cats.tar.gz sheldon@39.106.138.76:/home/sheldon/ scp /mnt/hgfs/AI/Python/inception_v3_weights_tf_dim_ordering_tf_kernels_notop.h5 sheldon@39.106.138.76:/home/sheldon/.keras/models scp /mnt/hgfs/AI/Python/resnet50_weights_tf_dim_ordering_tf_kernels_notop.h5 sheldon@39.106.138.76:/home/sheldon/.keras/models scp /mnt/hgfs/AI/Python/vgg16_weights_tf_dim_ordering_tf_kernels_notop.h5 sheldon@39.106.138.76:/home/sheldon/.keras/models scp /mnt/hgfs/AI/Python/vgg19_weights_tf_dim_ordering_tf_kernels_notop.h5 sheldon@39.106.138.76:/home/sheldon/.keras/models scp /mnt/hgfs/AI/Python/mnist.npz sheldon@39.106.138.76:/home/sheldon/.keras/datasets