随笔分类 - 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
阅读全文
摘要:执行的命令 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
阅读全文
摘要:TensorFlow2 models git clone https://github.com/tensorflow/models.git (mask_rcnn_tf2) bim@bim-PowerEdge-R730:~/tensorflow_project$ git clone https://g
阅读全文
摘要:Command 'protoc' not found, but can be installed with (mask_rcnn_tf2) bim@bim-PowerEdge-R730:~/tensorflow_project/models_20220517/research$ protoc obj
阅读全文
摘要:大服务器配置tensorflow环境 创建环境 (base) bim@bim-PowerEdge-R730:~$ conda create -n mask_rcnn_tf2 python==3.7 Solving environment: done ## Package Plan ## enviro
阅读全文
摘要:PaddleDetection配置记录 启动环境: (base) C:\Users\BIM>conda activate wind_paddle (wind_paddle) C:\Users\BIM> 下载程序(从github上下载),进入目录: (wind_paddle) F:\> (wind_p
阅读全文
摘要:绘制关节点 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,
阅读全文
摘要:测试 (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
阅读全文
摘要:(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
阅读全文
摘要:Light head rcnn https://github.com/Stick-To/light-head-rcnn-tensorflowmask_rcnn https://github.com/tensorflow/modelsfaster_rcnn https://github.com/ten
阅读全文
摘要:https://github.com/tensorflow/models https://github.com/tensorflow/models/blob/master/research/object_detection/g3doc/detection_model_zoo.md (zhouying
阅读全文
摘要: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
阅读全文
摘要:(zhouying) F:\TensorflowProject\ObjectDetection\models-1.12.0\research>(zhouying) F:\TensorflowProject\ObjectDetection\models-1.12.0\research>(zhouyin
阅读全文
摘要:(flappbird) luo@luo-All-Series:~/MyFile/TensorflowProject/Mask_RCNN/mask_rcnn_20190518/Mask_RCNN/models/research$ (flappbird) luo@luo-All-Series:~/MyF
阅读全文
摘要:https://github.com/spmallick/learnopencv/tree/master/Mask-RCNN https://www.learnopencv.com/deep-learning-based-object-detection-and-instance-segmentat
阅读全文
摘要:(t20190518) luo@luo-All-Series:~/MyFile/TensorflowProject/Faster_RCNN/models/research$ (t20190518) luo@luo-All-Series:~/MyFile/TensorflowProject/Faste
阅读全文
摘要: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
阅读全文