随笔分类 -  object_detection

摘要:大服务器环境配置 1、conda create -n wind_tf2 python==3.7 (base) bim@bim-PowerEdge-R730:~$ (base) bim@bim-PowerEdge-R730:~$ (base) bim@bim-PowerEdge-R730:~$ con 阅读全文
posted @ 2022-05-18 12:18 西北逍遥 阅读(94) 评论(0) 推荐(0) 编辑
摘要:执行的命令 conda remove -n mask_rcnn_tf2 --all conda create -n mask_rcnn_tf2 python==3.7 conda activate mask_rcnn_tf2 pip install git+https://github.com/al 阅读全文
posted @ 2022-05-18 01:22 西北逍遥 阅读(34) 评论(0) 推荐(0) 编辑
摘要:TensorFlow2 models git clone https://github.com/tensorflow/models.git (mask_rcnn_tf2) bim@bim-PowerEdge-R730:~/tensorflow_project$ git clone https://g 阅读全文
posted @ 2022-05-17 23:46 西北逍遥 阅读(59) 评论(0) 推荐(0) 编辑
摘要:Command 'protoc' not found, but can be installed with (mask_rcnn_tf2) bim@bim-PowerEdge-R730:~/tensorflow_project/models_20220517/research$ protoc obj 阅读全文
posted @ 2022-05-17 23:14 西北逍遥 阅读(795) 评论(0) 推荐(0) 编辑
摘要:大服务器配置tensorflow环境 创建环境 (base) bim@bim-PowerEdge-R730:~$ conda create -n mask_rcnn_tf2 python==3.7 Solving environment: done ## Package Plan ## enviro 阅读全文
posted @ 2022-05-17 20:34 西北逍遥 阅读(147) 评论(0) 推荐(0) 编辑
摘要:PaddleDetection配置记录 启动环境: (base) C:\Users\BIM>conda activate wind_paddle (wind_paddle) C:\Users\BIM> 下载程序(从github上下载),进入目录: (wind_paddle) F:\> (wind_p 阅读全文
posted @ 2022-03-24 21:31 西北逍遥 阅读(901) 评论(0) 推荐(0) 编辑
摘要:绘制关节点 def draw_bodypose3(canvas, candidate, subset): stickwidth = 2 limbSeq = [[2, 3], [2, 6], [3, 4], [4, 5], [6, 7], [7, 8], [2, 9], [9, 10], \ [10, 阅读全文
posted @ 2022-03-21 17:33 西北逍遥 阅读(114) 评论(0) 推荐(0) 编辑
摘要:测试 (wind_202103) F:\TensorflowProject\models-master\research>python object_detection/model_lib_tf2_test.py 2021-04-12 14:24:31.834620: I tensorflow/st 阅读全文
posted @ 2021-04-12 14:30 西北逍遥 阅读(251) 评论(0) 推荐(0) 编辑
摘要:(wind1) star@xmatrix:~/Protobuf/protobuf-3.6.1$ (wind1) star@xmatrix:~/Protobuf/protobuf-3.6.1$ (wind1) star@xmatrix:~/Protobuf/protobuf-3.6.1$ sudo a 阅读全文
posted @ 2020-05-16 21:18 西北逍遥 阅读(1467) 评论(0) 推荐(0) 编辑
摘要:Light head rcnn https://github.com/Stick-To/light-head-rcnn-tensorflowmask_rcnn https://github.com/tensorflow/modelsfaster_rcnn https://github.com/ten 阅读全文
posted @ 2020-05-03 15:27 西北逍遥 阅读(317) 评论(0) 推荐(0) 编辑
摘要:https://github.com/tensorflow/models https://github.com/tensorflow/models/blob/master/research/object_detection/g3doc/detection_model_zoo.md (zhouying 阅读全文
posted @ 2020-04-21 11:47 西北逍遥 阅读(269) 评论(0) 推荐(0) 编辑
摘要:Future major versions of TensorFlow will allow gradients to flowinto the labels input on backprop by default. See @{tf.nn.softmax_cross_entropy_with_l 阅读全文
posted @ 2020-04-11 12:02 西北逍遥 阅读(1191) 评论(0) 推荐(0) 编辑
摘要:(zhouying) F:\TensorflowProject\ObjectDetection\models-1.12.0\research>(zhouying) F:\TensorflowProject\ObjectDetection\models-1.12.0\research>(zhouyin 阅读全文
posted @ 2020-04-09 22:51 西北逍遥 阅读(417) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2019-09-15 17:17 西北逍遥 阅读(388) 评论(0) 推荐(0) 编辑
摘要:(flappbird) luo@luo-All-Series:~/MyFile/TensorflowProject/Mask_RCNN/mask_rcnn_20190518/Mask_RCNN/models/research$ (flappbird) luo@luo-All-Series:~/MyF 阅读全文
posted @ 2019-06-20 09:43 西北逍遥 阅读(643) 评论(0) 推荐(0) 编辑
摘要:https://github.com/spmallick/learnopencv/tree/master/Mask-RCNN https://www.learnopencv.com/deep-learning-based-object-detection-and-instance-segmentat 阅读全文
posted @ 2019-05-27 14:02 西北逍遥 阅读(753) 评论(0) 推荐(0) 编辑
摘要:(t20190518) luo@luo-All-Series:~/MyFile/TensorflowProject/Faster_RCNN/models/research$ (t20190518) luo@luo-All-Series:~/MyFile/TensorflowProject/Faste 阅读全文
posted @ 2019-05-20 07:22 西北逍遥 阅读(865) 评论(0) 推荐(0) 编辑
摘要:https://blog.csdn.net/dy_guox/article/details/79111949 luo@luo-All-Series:~$ luo@luo-All-Series:~$ source activate t20190518(t20190518) luo@luo-All-Se 阅读全文
posted @ 2019-05-19 10:34 西北逍遥 阅读(421) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示