【代码分享】手把手教你:玩转图像分类和目标检测系统

上传者: 43486940 | 上传时间: 2021-09-16 12:06:23 | 文件大小: 448.39MB | 文件类型: RAR
如何使用python搭建:基于CNN网络的图像识别和yolov3的目标检测系统。

文件下载

资源详情

[{"title":"( 64 个子文件 448.39MB ) 【代码分享】手把手教你:玩转图像分类和目标检测系统","children":[{"title":"3目标检测数据预处理.ipynb <span style='color:#111;'> 8.32KB </span>","children":null,"spread":false},{"title":"2分类模型性能评估.ipynb <span style='color:#111;'> 204.20KB </span>","children":null,"spread":false},{"title":"logs","children":[{"title":"train","children":[{"title":"plugins","children":[{"title":"profile","children":[{"title":"2021-04-13_22-30-31","children":[{"title":"local.trace <span style='color:#111;'> 394.82KB </span>","children":null,"spread":false}],"spread":true}],"spread":true}],"spread":true},{"title":"events.out.tfevents.1618324216.WUZHOU-PC.3172.33602.v2 <span style='color:#111;'> 5.91MB </span>","children":null,"spread":false},{"title":"events.out.tfevents.1618324231.WUZHOU-PC.profile-empty <span style='color:#111;'> 40B </span>","children":null,"spread":false}],"spread":true},{"title":"validation","children":[{"title":"events.out.tfevents.1618324252.WUZHOU-PC.3172.54332.v2 <span style='color:#111;'> 914.45KB </span>","children":null,"spread":false}],"spread":true}],"spread":true},{"title":"data","children":null,"spread":false},{"title":"5目标检测模型测试.ipynb <span style='color:#111;'> 2.13MB </span>","children":null,"spread":false},{"title":"1分类识别模型训练.ipynb <span style='color:#111;'> 170.41KB </span>","children":null,"spread":false},{"title":"function","children":[{"title":"ResNet","children":[{"title":"__pycache__","children":[{"title":"model.cpython-37.pyc <span style='color:#111;'> 4.82KB </span>","children":null,"spread":false}],"spread":true},{"title":"model.py <span style='color:#111;'> 7.55KB </span>","children":null,"spread":false}],"spread":true},{"title":"yolov3","children":[{"title":"docs","children":[{"title":"training_voc.md <span style='color:#111;'> 3.54KB </span>","children":null,"spread":false}],"spread":true},{"title":"detect_video.py <span style='color:#111;'> 2.88KB </span>","children":null,"spread":false},{"title":"yolov3_tf2","children":[{"title":"models.py <span style='color:#111;'> 11.43KB </span>","children":null,"spread":false},{"title":"utils.py <span style='color:#111;'> 4.65KB </span>","children":null,"spread":false},{"title":"__pycache__","children":[{"title":"utils.cpython-37.pyc <span style='color:#111;'> 3.49KB </span>","children":null,"spread":false},{"title":"__init__.cpython-37.pyc <span style='color:#111;'> 173B </span>","children":null,"spread":false},{"title":"models.cpython-37.pyc <span style='color:#111;'> 9.90KB </span>","children":null,"spread":false},{"title":"dataset.cpython-37.pyc <span style='color:#111;'> 4.03KB </span>","children":null,"spread":false}],"spread":false},{"title":"dataset.py <span style='color:#111;'> 5.72KB </span>","children":null,"spread":false},{"title":"__init__.py <span style='color:#111;'> 0B </span>","children":null,"spread":false}],"spread":true},{"title":"tools","children":[{"title":"my_data_create.py <span style='color:#111;'> 4.75KB </span>","children":null,"spread":false},{"title":"export_tfserving.py <span style='color:#111;'> 2.15KB </span>","children":null,"spread":false},{"title":"__pycache__","children":[{"title":"my_data_create.cpython-37.pyc <span style='color:#111;'> 3.58KB </span>","children":null,"spread":false}],"spread":false},{"title":"visualize_dataset.py <span style='color:#111;'> 1.79KB </span>","children":null,"spread":false},{"title":"voc2012.py <span style='color:#111;'> 4.59KB </span>","children":null,"spread":false},{"title":"export_tflite.py <span style='color:#111;'> 2.13KB </span>","children":null,"spread":false}],"spread":true},{"title":"pip <span style='color:#111;'> 0B </span>","children":null,"spread":false},{"title":"data","children":[{"title":"street_out.jpg <span style='color:#111;'> 278.91KB </span>","children":null,"spread":false},{"title":"coco.names <span style='color:#111;'> 625B </span>","children":null,"spread":false},{"title":"yolov3.weights <span style='color:#111;'> 236.52MB </span>","children":null,"spread":false},{"title":"meme_out.jpg <span style='color:#111;'> 610.48KB </span>","children":null,"spread":false},{"title":"checkpoint <span style='color:#111;'> 75B </span>","children":null,"spread":false},{"title":"meme2.jpeg <span style='color:#111;'> 8.67KB </span>","children":null,"spread":false},{"title":"street.jpg <span style='color:#111;'> 454.15KB </span>","children":null,"spread":false},{"title":"girl.png <span style='color:#111;'> 648.98KB </span>","children":null,"spread":false},{"title":"meme.jpg <span style='color:#111;'> 392.49KB </span>","children":null,"spread":false},{"title":"mytest.jpg <span style='color:#111;'> 42.12KB </span>","children":null,"spread":false},{"title":"voc2012.names <span style='color:#111;'> 135B </span>","children":null,"spread":false}],"spread":false},{"title":"my_train.py <span style='color:#111;'> 8.45KB </span>","children":null,"spread":false},{"title":"train.py <span style='color:#111;'> 8.02KB </span>","children":null,"spread":false},{"title":"conda-gpu.yml <span style='color:#111;'> 195B </span>","children":null,"spread":false},{"title":"requirements-gpu.txt <span style='color:#111;'> 62B </span>","children":null,"spread":false},{"title":"my_pred.py <span style='color:#111;'> 2.39KB </span>","children":null,"spread":false},{"title":"__pycache__","children":[{"title":"my_pred.cpython-37.pyc <span style='color:#111;'> 2.36KB </span>","children":null,"spread":false},{"title":"my_train.cpython-37.pyc <span style='color:#111;'> 5.46KB </span>","children":null,"spread":false}],"spread":false},{"title":"TensorBroad启动操作.txt <span style='color:#111;'> 27B </span>","children":null,"spread":false},{"title":"LICENSE <span style='color:#111;'> 1.04KB </span>","children":null,"spread":false},{"title":"detect.py <span style='color:#111;'> 2.49KB </span>","children":null,"spread":false},{"title":"try.py <span style='color:#111;'> 17B </span>","children":null,"spread":false},{"title":"checkpoints","children":[{"title":"checkpoint <span style='color:#111;'> 75B </span>","children":null,"spread":false},{"title":"yolov3.tf.data-00000-of-00002 <span style='color:#111;'> 62.34KB </span>","children":null,"spread":false},{"title":"yolov3.tf.data-00001-of-00002 <span style='color:#111;'> 236.52MB </span>","children":null,"spread":false},{"title":"yolov3.tf.index <span style='color:#111;'> 24.29KB </span>","children":null,"spread":false},{"title":".gitkeep <span style='color:#111;'> 0B </span>","children":null,"spread":false}],"spread":false},{"title":"convert.py <span style='color:#111;'> 1.25KB </span>","children":null,"spread":false},{"title":"requirements.txt <span style='color:#111;'> 58B </span>","children":null,"spread":false},{"title":"setup.py <span style='color:#111;'> 225B </span>","children":null,"spread":false},{"title":".gitignore <span style='color:#111;'> 1.93KB </span>","children":null,"spread":false},{"title":"conda-cpu.yml <span style='color:#111;'> 155B </span>","children":null,"spread":false},{"title":"README.md <span style='color:#111;'> 12.48KB </span>","children":null,"spread":false},{"title":"colab_gpu.ipynb <span style='color:#111;'> 1.11MB </span>","children":null,"spread":false}],"spread":false}],"spread":true},{"title":"checkpoints","children":null,"spread":false},{"title":"4目标检测模型训练.ipynb <span style='color:#111;'> 1.05MB </span>","children":null,"spread":false},{"title":"output.jpg <span style='color:#111;'> 211.95KB </span>","children":null,"spread":false},{"title":"models_save","children":null,"spread":false},{"title":"完整数据和模型checkpoint下载地址.txt <span style='color:#111;'> 75B </span>","children":null,"spread":false}],"spread":true}]

评论信息

免责申明

【只为小站】的资源来自网友分享,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,【只为小站】 无法对用户传输的作品、信息、内容的权属或合法性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论 【只为小站】 经营者是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。
本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二条之规定,若资源存在侵权或相关问题请联系本站客服人员,zhiweidada#qq.com,请把#换成@,本站将给予最大的支持与配合,做到及时反馈和处理。关于更多版权及免责申明参见 版权及免责申明