自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(4)
  • 收藏
  • 关注

原创 LeetCode 24:Swap Nodes in Pairs

Given a linked list, swap every two adjacent nodes and return its head. You may not modify the values in the list’s nodes, only nodes itself may be changed. Example: Given 1->2->3->4, you sho...

2019-02-24 21:06:15 103

原创 LeetCode 58:Length of Last Word

Given a string s consists of upper/lower-case alphabets and empty space characters ’ ', return the length of last word in the string.Given a string s consists of upper/lower-case alphabets and empty s...

2019-02-24 19:57:37 90

原创 python脚本----GUI自动化控制键盘和鼠标----Python编程快速上手,让繁琐工作自动化18章

pyautogui模块 获取屏幕分辨率 移动鼠标 # -*- coding: UTF-8 -*- # move mouse 1 #该例根据提供的坐标,以正方形的模式顺时针移动鼠标,移动了10次,每次耗时0.25秒 import pyautogui for i in range(10): #pyautogui.moveTo()函数将鼠标立即移动到屏幕的制定位置 #第一个参数为横坐标 第二个...

2019-02-20 21:12:37 348

原创 EAST: An Efficient and Accurate Scene Text Detector 实现

用训练好的模型测试 python eval.py --test_data_path=tmp/images/ --gpu_list=0 --checkpoint_path=tmp/east_icdar2015_resnet_v1_50_rbox/ –output_dir=tmp/output 测试图片路径:tmp/images/ 输出结果路径:tmp/output 训练 python multig...

2019-02-19 15:03:15 242

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除