logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

计算机视觉(图像分类、检测、分割)数据集和比赛

1 ImageNet数据集和ILSVRCImagenet数据集是目前深度学习图像领域应用得非常多的一个数据集,关于图像分类、定位、检测等研究工作大多基于此数据集展开。Imagenet数据集有1400多万幅图片,涵盖2万多个类别;其中有超过百万的图片有明确的类别标注和图像中物体位置的标注。Imagenet数据集文档详细,有专门的团队维护,使用非常方便,在计算机视觉领域研究论文中应用非常广,几乎成为了

#计算机视觉#深度学习
《Python深度学习基于PyTorch》源代码

源代码github地址:https://github.com/ZhangXinNan/DL-with-Python-and-PyTorch

github使用入门

1 在本机安装git2 注册一个github账户3 生成ssh-key,并添加到github账户ssh-keygen -t rsa -b 4096 -C "your_email@example.com"4 运行前的配置git config --global user.name "your_name"git config --g

#github#git
新概念英语第二册59_In or out

Lesson 59: In or out?Every time he wanted to come into the garden he would bark until someone opened the gate.As the neighbours complained of the noise, my husband spent weeks training him to press hi

新概念英语第二册55_Not a gold mine

Lesson 55: Not a gold mineDreams of finding lost treasure almost came true recently.The machine was used in a cave near the seashore where – it is said – pirates used to hide gold.The pirates would of

新概念英语第二册51_Reward for virtue

•She does a 20-minute workout every morning.她每天早晨做运动20分钟。a period of physical exercise that you do to keep fit锻炼。virtue is its own reward. 美德本身就是美德的报酬。a pint of beer一品脱啤酒(扎)发胖 put on weight/gain weigh

git修改仓库地址和删除分支

方法有三种:1. 修改命令git remote set-url origin [url]先删后加git remote rm origingit remote add origin [url]直接修改config文件参考资料:git修改远程仓库地址

#git
计算机视觉(图像分类、检测、分割)数据集和比赛

1 ImageNet数据集和ILSVRCImagenet数据集是目前深度学习图像领域应用得非常多的一个数据集,关于图像分类、定位、检测等研究工作大多基于此数据集展开。Imagenet数据集有1400多万幅图片,涵盖2万多个类别;其中有超过百万的图片有明确的类别标注和图像中物体位置的标注。Imagenet数据集文档详细,有专门的团队维护,使用非常方便,在计算机视觉领域研究论文中应用非常广,几乎成为了

#计算机视觉#深度学习
《深度学习入门:基于Python的理论与实现》源代码

我提供的源代码:https://github.com/ZhangXinNan/deep_learning_from_scratch

#深度学习
    共 36 条
  • 1
  • 2
  • 3
  • 4
  • 请选择