文件名称:Simple Demo
- 所属分类:
- 人工智能/神经网络/遗传算法
- 资源属性:
- [MacOS]
- 上传时间:
- 2019-11-11
- 文件大小:
- 5.56mb
- 下载次数:
- 0次
- 提 供 者:
- Kyf****
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
人搜索
依赖
在python3.7 MacOS 10.14.6下测试
——python包
——opencv-python
——tb-nightly
-torch>= 1.0
下载weights
从这里下载,密码:qscx
下载后,将权重放到文件夹 person_search_demo/weights中
测试
cd <指向此floder>的路径
python search
结果将保存在输出文件夹中
训练
您可以直接使用原始的YOLO代码进行培训。
行人再识别模型采用强里德基线模型。(Person search
Dependencies
Tested under python3.7 MacOS 10.14.6
- python packages
- opencv-python
- tb-nightly
- torch >= 1.0
Download weights
Download from here, password:qscx
After download, put the weights into the floder person_search_demo/weights
Test
cd <path to this floder>
python search.py
The results will be saved in the output folder
Train
You can directly use the original YOLO code for training.
Pedestrian re-identification model is adopted strong Reid baseline model.)
依赖
在python3.7 MacOS 10.14.6下测试
——python包
——opencv-python
——tb-nightly
-torch>= 1.0
下载weights
从这里下载,密码:qscx
下载后,将权重放到文件夹 person_search_demo/weights中
测试
cd <指向此floder>的路径
python search
结果将保存在输出文件夹中
训练
您可以直接使用原始的YOLO代码进行培训。
行人再识别模型采用强里德基线模型。(Person search
Dependencies
Tested under python3.7 MacOS 10.14.6
- python packages
- opencv-python
- tb-nightly
- torch >= 1.0
Download weights
Download from here, password:qscx
After download, put the weights into the floder person_search_demo/weights
Test
cd <path to this floder>
python search.py
The results will be saved in the output folder
Train
You can directly use the original YOLO code for training.
Pedestrian re-identification model is adopted strong Reid baseline model.)
相关搜索: python
(系统自动生成,下载前可以参看下载内容)
下载文件列表
文件名 | 大小 | 更新时间 |
---|---|---|
Simple Demo | 0 | 2019-11-09 |
Simple Demo\models.py | 21358 | 2019-11-03 |
Simple Demo\show.jpg | 1297259 | 2019-11-03 |
__MACOSX | 0 | 2019-11-11 |
__MACOSX\Simple Demo | 0 | 2019-11-11 |
__MACOSX\Simple Demo\._show.jpg | 233 | 2019-11-03 |
Simple Demo\utils | 0 | 2019-11-03 |
Simple Demo\utils\datasets.py | 26183 | 2019-11-03 |
Simple Demo\utils\__pycache__ | 0 | 2019-11-03 |
Simple Demo\utils\__pycache__\datasets.cpython-37.pyc | 16008 | 2019-11-03 |
Simple Demo\utils\__pycache__\parse_config.cpython-37.pyc | 2117 | 2019-11-03 |
Simple Demo\utils\__pycache__\utils.cpython-37.pyc | 19399 | 2019-11-03 |
Simple Demo\utils\__pycache__\torch_utils.cpython-37.pyc | 1816 | 2019-11-03 |
Simple Demo\utils\utils.py | 26014 | 2019-11-03 |
Simple Demo\utils\parse_config.py | 3433 | 2019-11-03 |
Simple Demo\utils\init.py | 0 | 2019-11-03 |
Simple Demo\utils\torch_utils.py | 2280 | 2019-11-03 |
Simple Demo\cfg | 0 | 2019-11-03 |
Simple Demo\cfg\yolov3.cfg | 8338 | 2019-11-03 |
Simple Demo\README.md | 813 | 2019-11-09 |
__MACOSX\Simple Demo\._README.md | 176 | 2019-11-09 |
Simple Demo\reid | 0 | 2019-11-03 |
Simple Demo\reid\config | 0 | 2019-11-03 |
Simple Demo\reid\config\__init__.py | 113 | 2019-11-03 |
Simple Demo\reid\config\__pycache__ | 0 | 2019-11-03 |
Simple Demo\reid\config\__pycache__\defaults.cpython-37.pyc | 937 | 2019-11-03 |
Simple Demo\reid\config\__pycache__\__init__.cpython-37.pyc | 271 | 2019-11-03 |
Simple Demo\reid\config\defaults.py | 3284 | 2019-11-03 |
Simple Demo\reid\modeling | 0 | 2019-11-03 |
Simple Demo\reid\modeling\baseline.py | 2434 | 2019-11-03 |
Simple Demo\reid\modeling\__init__.py | 427 | 2019-11-03 |
Simple Demo\reid\modeling\__pycache__ | 0 | 2019-11-03 |
Simple Demo\reid\modeling\__pycache__\baseline.cpython-37.pyc | 2175 | 2019-11-03 |
Simple Demo\reid\modeling\__pycache__\__init__.cpython-37.pyc | 469 | 2019-11-03 |
Simple Demo\reid\modeling\backbones | 0 | 2019-11-03 |
Simple Demo\reid\modeling\backbones\__init__.py | 83 | 2019-11-03 |
Simple Demo\reid\modeling\backbones\__pycache__ | 0 | 2019-11-03 |
Simple Demo\reid\modeling\backbones\__pycache__\resnet.cpython-37.pyc | 4292 | 2019-11-03 |
Simple Demo\reid\modeling\backbones\__pycache__\resnet_ibn_a.cpython-37.pyc | 5198 | 2019-11-03 |
Simple Demo\reid\modeling\backbones\__pycache__\__init__.cpython-37.pyc | 240 | 2019-11-03 |
Simple Demo\reid\modeling\backbones\resnet.py | 4544 | 2019-11-03 |
Simple Demo\reid\modeling\backbones\resnet_ibn_a.py | 5541 | 2019-11-03 |
Simple Demo\reid\data | 0 | 2019-11-03 |
Simple Demo\reid\data\build.py | 761 | 2019-11-03 |
Simple Demo\reid\data\datasets | 0 | 2019-11-03 |
Simple Demo\reid\data\datasets\market1501.py | 3949 | 2019-11-03 |
Simple Demo\reid\data\datasets\__init__.py | 158 | 2019-11-03 |
Simple Demo\reid\data\datasets\__pycache__ | 0 | 2019-11-03 |
Simple Demo\reid\data\datasets\__pycache__\bases.cpython-37.pyc | 1998 | 2019-11-03 |
Simple Demo\reid\data\datasets\__pycache__\market1501.cpython-37.pyc | 2561 | 2019-11-03 |
Simple Demo\reid\data\datasets\__pycache__\__init__.cpython-37.pyc | 336 | 2019-11-03 |
Simple Demo\reid\data\datasets\__pycache__\dataset_loader.cpython-37.pyc | 1560 | 2019-11-03 |
Simple Demo\reid\data\datasets\dataset_loader.py | 1170 | 2019-11-03 |
Simple Demo\reid\data\datasets\eval_reid.py | 2102 | 2019-11-03 |
Simple Demo\reid\data\datasets\bases.py | 1760 | 2019-11-03 |
Simple Demo\reid\data\__init__.py | 117 | 2019-11-03 |
Simple Demo\reid\data\__pycache__ | 0 | 2019-11-03 |
Simple Demo\reid\data\__pycache__\build.cpython-37.pyc | 870 | 2019-11-03 |
Simple Demo\reid\data\__pycache__\collate_batch.cpython-37.pyc | 667 | 2019-11-03 |
Simple Demo\reid\data\__pycache__\__init__.cpython-37.pyc | 275 | 2019-11-03 |
Simple Demo\reid\data\transforms | 0 | 2019-11-03 |
Simple Demo\reid\data\transforms\build.py | 454 | 2019-11-03 |
Simple Demo\reid\data\transforms\transforms.py | 1864 | 2019-11-03 |
Simple Demo\reid\data\transforms\__init__.py | 117 | 2019-11-03 |
Simple Demo\reid\data\transforms\__pycache__ | 0 | 2019-11-03 |
Simple Demo\reid\data\transforms\__pycache__\build.cpython-37.pyc | 659 | 2019-11-03 |
Simple Demo\reid\data\transforms\__pycache__\transforms.cpython-37.pyc | 1980 | 2019-11-03 |
Simple Demo\reid\data\transforms\__pycache__\__init__.cpython-37.pyc | 286 | 2019-11-03 |
Simple Demo\reid\data\collate_batch.py | 373 | 2019-11-03 |
Simple Demo\search.py | 10940 | 2019-11-03 |
Simple Demo\query | 0 | 2019-11-03 |
Simple Demo\query\0001_c1s1_001051_00.jpg | 2451 | 2019-11-03 |
__MACOSX\Simple Demo\query | 0 | 2019-11-11 |
__MACOSX\Simple Demo\query\._0001_c1s1_001051_00.jpg | 233 | 2019-11-03 |
Simple Demo\query\0001_c6s1_009601_00.jpg | 2293 | 2019-11-03 |
Simple Demo\query_get.py | 1214 | 2019-11-03 |
Simple Demo\data | 0 | 2019-11-03 |
Simple Demo\data\coco.names | 621 | 2019-11-03 |
__MACOSX\Simple Demo\data | 0 | 2019-11-11 |
__MACOSX\Simple Demo\data\._coco.names | 176 | 2019-11-03 |
Simple Demo\data\coco.data | 110 | 2019-11-03 |
__MACOSX\Simple Demo\data\._coco.data | 176 | 2019-11-03 |
Simple Demo\data\samples | 0 | 2019-11-03 |
Simple Demo\data\samples\c1s1_009476.jpg | 274722 | 2019-11-03 |
Simple Demo\data\samples\c3s1_000501.jpg | 308972 | 2019-11-03 |
Simple Demo\data\samples\c1s1_002326.jpg | 271323 | 2019-11-03 |
Simple Demo\data\samples\c3s1_001626.jpg | 306908 | 2019-11-03 |
Simple Demo\data\samples\c1s1_014901.jpg | 266580 | 2019-11-03 |
Simple Demo\data\samples\c1s1_002351.jpg | 269985 | 2019-11-03 |
Simple Demo\data\samples\c1s1_009376.jpg | 270303 | 2019-11-03 |
Simple Demo\data\samples\c1s1_002401.jpg | 266614 | 2019-11-03 |
Simple Demo\data\samples\c3s1_000551.jpg | 308740 | 2019-11-03 |
Simple Demo\data\samples\c1s1_002376.jpg | 270329 | 2019-11-03 |
Simple Demo\data\samples\c1s1_001051.jpg | 275431 | 2019-11-03 |
__MACOSX\Simple Demo\data\samples | 0 | 2019-11-11 |
__MACOSX\Simple Demo\data\samples\._c1s1_001051.jpg | 233 | 2019-11-03 |
Simple Demo\data\samples\c1s1_014776.jpg | 270229 | 2019-11-03 |
Simple Demo\data\samples\c1s1_009451.jpg | 272376 | 2019-11-03 |
Simple Demo\data\samples\c1s1_009526.jpg | 277750 | 2019-11-03 |
Simple Demo\data\samples\c1s1_002301.jpg | 268562 | 2019-11-03 |