-
一种金字塔式行人重识别源码
# Pyramidal Person Re-IDentification
A simple reproduction of Pyramidal Person Re-IDentification via Multi-Loss Dynamic Training (CVPR2019).
[[PDF]](http://openaccess.thecvf.com/content_CVPR_2019/papers/Zheng_Pyramidal_Person_Re-IDentification_via_Multi-Loss_Dynamic_Training_CVPR_2019_paper.pdf)
### I hope that this reproduction can help your research or work.
- 2023-01-12 03:00:04下载
- 积分:1
-
3D-sphere-random-1
在规则几何区域能随机生成三维混凝土骨料,为混凝土细观模拟研究所使用。(The 3D concrete aggregate can be generated randomly in the regular geometric area, which is used for the meso simulation study of concrete.)
- 2020-10-20 21:17:24下载
- 积分:1
-
format
说明: Ironpython客户端的初始化文件,可实现多种功能(Initial file for Ironpython client for a variety of functions)
- 2020-06-17 09:00:02下载
- 积分:1
-
master(4)
说明: 基于深度学习的脑肿瘤分割,模型使用的是DenseUnet,使用python语言(Brain tumor segmentation based on deep learning, the model uses DenseUnet, and python language)
- 2020-05-13 15:01:45下载
- 积分:1
-
使用树莓派3b来实现无人驾驶汽车
说明: 使用树莓派3b来实现无人驾驶汽车,使用ROS把各种传感器连接起来。(Using raspberry pie 3b to realize driverless car,and use ROS to connect all kinds of sensors.)
- 2020-06-23 05:40:02下载
- 积分:1
-
webot - 副本
爬取微博内容,通过python进行抓取分析(Microblogging information crawling layer is responsible for climbing the microblogging information and downloading the file shared by microblogging user.)
- 2020-06-16 05:00:01下载
- 积分:1
-
gear_stiff_shichun
采用Python语言开发的石川公式,计算齿轮对的时变啮合刚度。
函数设计良好,注释合理。(The ShiChun formula written in Python for gear pairs time-varying mesh stiffness calculation.
The functions are well designed and commented.)
- 2018-08-27 15:14:02下载
- 积分:1
-
ODL_Jonas_Adler_MIC_SW2015
说明: ODL python数据处理,用于医学影像重建,包括MLEM、FBP算法等(ODL Python data processing for medical image reconstruction, including MLEM, FBP algorithm, etc)
- 2020-11-30 21:09:29下载
- 积分:1
-
Python深度学习 pdf+代码
本书由Keras之父、现任Google人工智能研究员的弗朗索瓦?肖莱(Franc?ois Chollet)执笔,详尽介绍了用Python和Keras进行深度学习的探索实践,包括计算机视觉、自然语言处理、产生式模型等应用。书中包含30多个代码示例,步骤讲解详细透彻。由于本书立足于人工智能的可达性和大众化,读者无须具备机器学习相关背景知识即可展开阅读。在学习完本书后,读者将具备搭建自己的深度学习环境、建立图像识别模型、生成图像和文字等能力。(This book is written by Franc_ois Chollet, the father of Keras and a current researcher on artificial intelligence at Google. It introduces in detail the exploratory practice of using Python and Keras for in-depth learning, including computer vision, natural language processing, production models and other applications. The book contains more than 30 code examples, the steps to explain in detail. Because the book is based on the accessibility and popularity of artificial intelligence, readers need not have the background knowledge of machine learning to start reading. After learning this book, readers will have the ability to build their own in-depth learning environment, establish image recognition model, generate images and text.)
- 2020-06-26 13:20:01下载
- 积分:1
-
rcnn行人检测
基于深度学习做的行人检测,一种端到端的卷积神经网络的行人检测方法,其包括以下步骤
通过构建带有标注图片库作为训练样本集,直接端到端训练,得到一个能预测行人候
选框和行人候选框置信度的卷积神经网络模型
测试时,将测试图片输入卷积神经网络模型,得到相应的行人检测框和置信度
最后进行非极大值抑制筛选,压缩重复的行人检测框
阀值筛选,根据置信度选出最佳的行人检测框。
- 2022-02-06 23:40:40下载
- 积分:1